Sha256: 0f686188a0e68c63a42b24c9a368f14c7ac1d5ca6d640167e5c43b3180a05809
Contents?: true
Size: 542 Bytes
Versions: 20
Compression:
Stored size: 542 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' feature 'Attribute table values', js: true do xscenario 'are linkified' do # ArcGIS server returning an error. Wait until SVG elements are added visit solr_document_path 'f406332e63eb4478a9560ad86ae90327_18' 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
20 entries across 20 versions & 1 rubygems