adjust submissions page

This commit is contained in:
Alex Turchyn
2023-09-17 10:38:29 +03:00
parent 84e879bad0
commit 7bb241815f
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ RSpec.describe 'Template' do
expect(page).to have_content('There are no Submissions')
expect(page).to have_content('Send an invitation to fill and complete the form')
expect(page).to have_link('Add Recipients', href: new_template_submission_path(template))
expect(page).to have_link('Submit it Yourself')
expect(page).to have_link('Sign it Yourself')
end
end