modificado mensaje en el test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user