Sha256: 7110bf643cb14b9ee9db5c679a818fc1a9ad023ed86986bbc74de44c106ad91d
Contents?: true
Size: 307 Bytes
Versions: 10
Compression:
Stored size: 307 Bytes
Contents
require 'spec_helper' feature 'Layer inspection', js: true do scenario 'clicking map should trigger inspection' do visit solr_document_path('mit-f6rqs4ucovjk2') 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
10 entries across 10 versions & 1 rubygems