From fa78d0976d95712e9e651f2f7468ba2353012866 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 1 Dec 2023 16:59:28 +0200 Subject: [PATCH] fix spec --- spec/system/template_spec.rb | 1 - 1 file changed, 1 deletion(-) 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