Sha256: 6f3a6175289210fb8da806612590087185ed73bc2357a3ccdfb2567b96cb1a91
Contents?: true
Size: 316 Bytes
Versions: 4
Compression:
Stored size: 316 Bytes
Contents
require 'spec_helper' feature 'Layer inspection', js: true do scenario 'clicking map should trigger inspection' do visit solr_document_path('mit-us-ma-e25zcta5dct-2000') 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
4 entries across 4 versions & 1 rubygems