Updates tests with new texts

This commit is contained in:
Alberto Garcia Cabeza
2015-10-21 17:04:11 +02:00
parent 7843834c9c
commit abad54d01a
43 changed files with 201 additions and 255 deletions

View File

@@ -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