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

@@ -35,7 +35,7 @@ feature 'Verify Letter' do
login_as(user)
visit new_letter_path
expect(page).to have_content 'You have not yet confirmed your residence'
expect(page).to have_content 'You have not yet confirmed your residency'
expect(current_path).to eq(new_residence_path)
end
@@ -45,7 +45,7 @@ feature 'Verify Letter' do
login_as(user)
visit new_letter_path
expect(page).to have_content 'You have not yet enter the confirmation code'
expect(page).to have_content 'You have not yet entered the confirmation code'
expect(current_path).to eq(new_sms_path)
end