Rebased match

This commit is contained in:
Senad Uka
2020-06-15 11:02:51 +02:00
committed by bilal
parent c83e6cae0e
commit 16d4d7511c
4 changed files with 5 additions and 2 deletions

View File

@@ -144,6 +144,7 @@ feature 'User managing appearance releases' do
large_pdf_file = build_large_pdf_file
attach_file import_appearance_release_field, Rails.root.join(large_pdf_file.path), visible: false
expect(page).to have_css('#upload-progress-container')
expect(page).to have_content submit_create_button, wait: 30
click_button submit_create_button
expect(page).to have_content matching_started
end