We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c5b6f commit 8f7b287Copy full SHA for 8f7b287
2 files changed
spec/system/log_in_system_spec.rb
@@ -34,7 +34,7 @@
34
fill_in "user_email", with: "deactivated@example.com"
35
fill_in "user_password", with: DEFAULT_USER_PASSWORD
36
find('input[name="commit"]').click
37
- expect(page).to have_content("Invalid Email or password")
+ expect(page).to have_content("Invalid email or password")
38
end
39
40
spec/system/sign_in_system_spec.rb
@@ -14,7 +14,7 @@
14
fill_in "Password", with: 'invalid_password'
15
click_button "Log in"
16
17
- expect(page).to have_content('Invalid Email or password.')
+ expect(page).to have_content('Invalid email or password.')
18
19
20
0 commit comments