Sha256: 99c18ca2c3247d21de563e42bc65abc1206937160a4cdfe9b099dbf7f27661ea
Contents?: true
Size: 327 Bytes
Versions: 14
Compression:
Stored size: 327 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').trigger('click') expect(page).not_to have_css('td.default-text') end end
Version data entries
14 entries across 14 versions & 1 rubygems