mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
Fix spec broken by updated Devise translations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user