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

Version Path
geoblacklight-4.0.0 spec/features/full_screen_controll_spec.rb
geoblacklight-4.0.0.pre.rc3 spec/features/full_screen_controll_spec.rb
geoblacklight-4.0.0.pre.rc2 spec/features/full_screen_controll_spec.rb
geoblacklight-4.0.0.pre.rc1 spec/features/full_screen_controll_spec.rb