Sha256: 6399363a988ae1ee311dac81477b08137a676b0da09508c6c7e9b5bf17f8559a

Contents?: true

Size: 269 Bytes

Versions: 9

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

RSpec.describe 'Citation functionality' do
  before { visit solr_document_path('2007020969') }

  it 'displays the Cite modal with expected header' do
    click_on 'Cite'
    expect(find('div.modal-header')).to have_text 'Cite'
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
blacklight-8.8.0 spec/features/citation_spec.rb
blacklight-8.7.0 spec/features/citation_spec.rb
blacklight-8.6.1 spec/features/citation_spec.rb
blacklight-8.6.0 spec/features/citation_spec.rb
blacklight-8.5.1 spec/features/citation_spec.rb
blacklight-8.5.0 spec/features/citation_spec.rb
blacklight-8.4.0 spec/features/citation_spec.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/spec/features/citation_spec.rb
blacklight-8.3.0 spec/features/citation_spec.rb