Sha256: c9df443288c005b843091d617ebd7adc2a93040a6bec1eb4e78036db4064fd6f
Contents?: true
Size: 337 Bytes
Versions: 20
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true 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
20 entries across 20 versions & 1 rubygems