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