Fix spec broken by updated Devise translations
This commit is contained in:
parent
b8ff38b1d4
commit
f036d4095e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ feature 'Login', feature: true do
|
|||
user = create(:user, password: 'not-the-default')
|
||||
|
||||
login_with(user)
|
||||
expect(page).to have_content('Invalid email or password.')
|
||||
expect(page).to have_content('Invalid login or password.')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue