Sha256: db249b53b90e4a29d9d7f443209d69a65b3236e77fe9ce1087b91a554e24e378
Contents?: true
Size: 477 Bytes
Versions: 4
Compression:
Stored size: 477 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' feature 'Leaflet fullscreen control', js: true do scenario 'IIIF layer should have full screen control' do visit solr_document_path('princeton-sx61dn82p') expect(page).to have_css('.leaflet-control-fullscreen-button') end scenario 'WMS layer should have full screen control' do visit solr_document_path('stanford-cz128vq0535') expect(page).to have_css('.leaflet-control-fullscreen-button') end end
Version data entries
4 entries across 4 versions & 1 rubygems