diff --git a/spec/system/template_spec.rb b/spec/system/template_spec.rb index 5f41b691..527fb4df 100644 --- a/spec/system/template_spec.rb +++ b/spec/system/template_spec.rb @@ -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