Sha256: 095ce9600d6754f3ffe33d0fb907bac2b33ec49b9b8092cb3c77c30f0b4136a5
Contents?: true
Size: 477 Bytes
Versions: 8
Compression:
Stored size: 477 Bytes
Contents
require 'spec_helper' feature 'Layer preview', js: true do scenario 'Restricted layer should show bounding box' do visit solr_document_path('stanford-cg357zz0321') within('#map') do expect(page).to have_css('path') end end scenario 'Public layer should show wms layer not bounding box' do visit solr_document_path('mit-f6rqs4ucovjk2') within '.leaflet-tile-pane' do expect(page).to have_css('.leaflet-layer', count: 2) end end end
Version data entries
8 entries across 8 versions & 1 rubygems