Sha256: b4db8276af1eb75751327f62734e6acb4da8a674c2b275a7c056f00f466cb325

Contents?: true

Size: 285 Bytes

Versions: 20

Compression:

Stored size: 285 Bytes

Contents

# frozen_string_literal: true
require 'spec_helper'

feature 'Oembed layer' do
  scenario 'Should show oembed content and map' do
    visit solr_document_path('stanford-dc482zx1528')
    expect(page).to have_css '#map'
    expect(page).to have_css '[data-protocol="Oembed"]'
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
geoblacklight-3.8.1 spec/features/oembed_spec.rb
geoblacklight-3.8.0 spec/features/oembed_spec.rb
geoblacklight-4.0.0 spec/features/oembed_spec.rb
geoblacklight-4.0.0.pre.rc3 spec/features/oembed_spec.rb
geoblacklight-3.7.0 spec/features/oembed_spec.rb
geoblacklight-4.0.0.pre.rc2 spec/features/oembed_spec.rb
geoblacklight-4.0.0.pre.rc1 spec/features/oembed_spec.rb
geoblacklight-3.6.0 spec/features/oembed_spec.rb
geoblacklight-3.5.0 spec/features/oembed_spec.rb
geoblacklight-4.0.0.pre.alpha.3 spec/features/oembed_spec.rb
geoblacklight-4.0.0.pre.alpha.2 spec/features/oembed_spec.rb
geoblacklight-4.0.0.pre.alpha.1 spec/features/oembed_spec.rb
geoblacklight-4.0.0.pre.alpha spec/features/oembed_spec.rb
geoblacklight-3.4.0 spec/features/oembed_spec.rb
geoblacklight-3.3.1 spec/features/oembed_spec.rb
geoblacklight-3.3.0 spec/features/oembed_spec.rb
geoblacklight-3.2.0 spec/features/oembed_spec.rb
geoblacklight-3.1.0 spec/features/oembed_spec.rb
geoblacklight-3.0.1 spec/features/oembed_spec.rb
geoblacklight-3.0.0 spec/features/oembed_spec.rb