pull/150/merge
Pete Matsyburka 2 years ago
parent 4aaab2563b
commit fa78d0976d

@ -18,7 +18,6 @@ RSpec.describe 'Template' do
expect(page).to have_content(template.name) expect(page).to have_content(template.name)
expect(page).to have_content('There are no Submissions') 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_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') expect(page).to have_link('Sign it Yourself')
end end
end end

Loading…
Cancel
Save