Sha256: d61a4f12fcac99de82fcbd5d85eec99460f5461c94b3616a27f508128a75ec0b

Contents?: true

Size: 271 Bytes

Versions: 10

Compression:

Stored size: 271 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_link 'Cite'
    expect(find('div.modal-header')).to have_text 'Cite'
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
blacklight-7.40.0 spec/features/citation_spec.rb
blacklight-7.39.0 spec/features/citation_spec.rb
blacklight-7.38.0 spec/features/citation_spec.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/spec/features/citation_spec.rb
blacklight-8.2.2 spec/features/citation_spec.rb
blacklight-8.2.1 spec/features/citation_spec.rb
blacklight-8.2.0 spec/features/citation_spec.rb
blacklight-7.37.0 spec/features/citation_spec.rb
blacklight-7.36.2 spec/features/citation_spec.rb
blacklight-7.36.1 spec/features/citation_spec.rb