This commit is contained in:
Pete Matsyburka
2023-12-01 16:59:28 +02:00
parent 4aaab2563b
commit fa78d0976d
-1
View File
@@ -18,7 +18,6 @@ RSpec.describe 'Template' do
expect(page).to have_content(template.name)
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('Sign it Yourself')
end
end