fix rspec

This commit is contained in:
Pete Matsyburka
2024-01-19 12:45:43 +02:00
parent 39cdc41a67
commit 3dcb7c813f
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ RSpec.describe 'App Setup' do
sign_in(user)
visit setup_index_path
expect(page).to have_content('Welcome to DocuSeal')
expect(page).to have_link('Create', href: new_template_path)
end
end