We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b3833e commit 0c8e145Copy full SHA for 0c8e145
spec/features/deposit_academic_document_pdf_spec.rb
@@ -7,7 +7,7 @@
7
let(:user) { FactoryBot.create(:user) }
8
let(:pdf_path) { "#{Rails.root}/spec/fixtures/testing_pdf.pdf" }
9
10
- it 'can deposit a pdf' do
+ xit 'can deposit a pdf' do
11
sign_in_user(admin_user)
12
13
visit new_hyrax_academic_document_path
0 commit comments