Sha256: 2c6be76a440b14fda717d50d958086a2509f11265510b86e73ea02a17859de28

Contents?: true

Size: 535 Bytes

Versions: 4

Compression:

Stored size: 535 Bytes

Contents

require 'spec_helper'

feature 'Attribute table values', js: true do
  scenario 'are linkified' do
    pending 'ArcGIS server returning an error'
    visit solr_document_path 'minnesota-e2f33b52-4039-4bbb-9095-b5cdc0175943'
    # Wait until SVG elements are added
    expect(page).to have_css '.leaflet-overlay-pane svg'
    page.first('svg g path').click
    expect(page).to have_css 'td a[href="http://www.minneapolismn.gov/fire/stations/fire_station28"]', text: 'http://www.minneapolismn.gov/fire/stations/fire_station28'
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geoblacklight-1.9.1 spec/features/linkified_attribute_table_spec.rb
geoblacklight-1.9.0 spec/features/linkified_attribute_table_spec.rb
geoblacklight-1.8.0 spec/features/linkified_attribute_table_spec.rb
geoblacklight-1.7.1 spec/features/linkified_attribute_table_spec.rb