Sha256: 600c1a13600fe2ebd03378ffd94a86675ac79c3d0d61ee8cb9eb3ba972fd82f0
Contents?: true
Size: 512 Bytes
Versions: 8
Compression:
Stored size: 512 Bytes
Contents
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
8 entries across 8 versions & 1 rubygems