Commit f036d409 authored by Robert Speicher's avatar Robert Speicher

Fix spec broken by updated Devise translations

parent b8ff38b1
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment