download completed ttl

This commit is contained in:
Pete Matsyburka
2024-02-18 19:29:14 +02:00
parent 78e9e66cb0
commit 8df76dfa90
7 changed files with 89 additions and 14 deletions
+2
View File
@@ -12,6 +12,8 @@ RSpec.describe 'Submission Preview' do
let(:submitters) { template.submitters.map { |s| create(:submitter, submission:, uuid: s['uuid']) } }
before do
sign_in(user)
visit submissions_preview_path(slug: submission.slug)
end