Sha256: a8c623f45a315552bbe8ab03d1ca1a27c96e8605c6ca214fdb004633f73835c6

Contents?: true

Size: 339 Bytes

Versions: 9

Compression:

Stored size: 339 Bytes

Contents

# frozen_string_literal: true
require 'spec_helper'

feature 'xyz layer' do
  scenario 'displays tms layer', js: true do
    visit solr_document_path('6f47b103-9955-4bbe-a364-387039623106-xyz')
    expect(page).to have_css '.leaflet-control-zoom', visible: :visible
    expect(page).to have_css "img[src*='earthquake.usgs.gov']"
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
geoblacklight-3.8.1 spec/features/xyz_spec.rb
geoblacklight-3.8.0 spec/features/xyz_spec.rb
geoblacklight-4.0.0 spec/features/xyz_spec.rb
geoblacklight-4.0.0.pre.rc3 spec/features/xyz_spec.rb
geoblacklight-3.7.0 spec/features/xyz_spec.rb
geoblacklight-4.0.0.pre.rc2 spec/features/xyz_spec.rb
geoblacklight-4.0.0.pre.rc1 spec/features/xyz_spec.rb
geoblacklight-3.6.0 spec/features/xyz_spec.rb
geoblacklight-3.5.0 spec/features/xyz_spec.rb