spec/features/layer_inspection_spec.rb in geoblacklight-4.1.0 vs spec/features/layer_inspection_spec.rb in geoblacklight-4.1.1
- old
+ new
@@ -2,10 +2,10 @@
require "spec_helper"
feature "Layer inspection", js: true do
scenario "clicking map should trigger inspection" do
- visit solr_document_path("mit-f6rqs4ucovjk2")
+ visit solr_document_path("nyu-2451-34564")
expect(page).to have_css("th", text: "Attribute")
find("#map").click
expect(page).not_to have_css("td.default-text")
end
end