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

@@ -86,7 +86,7 @@ feature 'Verified users' do
click_button "Send code"
end
expect(page).to have_content 'We have send you a confirmation email to your email account: rock@example.com'
expect(page).to have_content 'We have sent a confirmation email to your account: rock@example.com'
expect(current_path).to eq(account_path)
end
@@ -121,7 +121,7 @@ feature 'Verified users' do
login_as(user)
visit verified_user_path
click_link "Use another phone"
click_link "Use other phone"
expect(current_path).to eq(new_sms_path)
end