modificado mensaje en el test

This commit is contained in:
Marcia
2016-09-15 12:21:25 +02:00
parent 8d883b1e17
commit 4832558948

View File

@@ -311,7 +311,7 @@ feature 'Users' do
login_as(admin.user)
visit root_path
expect(page).to_not have_content "Your password has expired"
expect(page).to_not have_content "Your password is expired"
end
scenario 'Sign in, user with password expired' do
@@ -319,7 +319,7 @@ feature 'Users' do
login_as(user)
visit root_path
expect(page).to_not have_content "Your password has expired"
expect(page).to_not have_content "Your password is expired"
end
end