Sha256: 7110bf643cb14b9ee9db5c679a818fc1a9ad023ed86986bbc74de44c106ad91d

Contents?: true

Size: 307 Bytes

Versions: 10

Compression:

Stored size: 307 Bytes

Contents

require 'spec_helper'

feature 'Layer inspection', js: true do
  scenario 'clicking map should trigger inspection' do
    visit solr_document_path('mit-f6rqs4ucovjk2')
    expect(page).to have_css('th', text: 'Attribute')
    find('#map').click
    expect(page).not_to have_css('td.default-text')
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
geoblacklight-2.4.0 spec/features/layer_inspection_spec.rb
geoblacklight-2.3.0 spec/features/layer_inspection_spec.rb
geoblacklight-2.2.1 spec/features/layer_inspection_spec.rb
geoblacklight-2.2.0 spec/features/layer_inspection_spec.rb
geoblacklight-2.1.2 spec/features/layer_inspection_spec.rb
geoblacklight-2.1.1 spec/features/layer_inspection_spec.rb
geoblacklight-2.1.0 spec/features/layer_inspection_spec.rb
geoblacklight-2.0.0 spec/features/layer_inspection_spec.rb
geoblacklight-1.9.1 spec/features/layer_inspection_spec.rb
geoblacklight-1.9.0 spec/features/layer_inspection_spec.rb