Updates tests with new texts
This commit is contained in:
@@ -19,7 +19,7 @@ feature 'Verification path' do
|
||||
visit verification_path
|
||||
|
||||
expect(current_path).to eq account_path
|
||||
expect(page).to have_content 'You are a verified user!'
|
||||
expect(page).to have_content 'Your account is already verified'
|
||||
end
|
||||
|
||||
scenario "User requested a letter" do
|
||||
@@ -95,7 +95,7 @@ feature 'Verification path' do
|
||||
visit step_path
|
||||
|
||||
expect(current_path).to eq account_path
|
||||
expect(page).to have_content 'You are a verified user!'
|
||||
expect(page).to have_content 'Your account is already verified'
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user