Skip to content

Commit 8f7b287

Browse files
committed
Fix specs
1 parent d7c5b6f commit 8f7b287

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

spec/system/log_in_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
fill_in "user_email", with: "deactivated@example.com"
3535
fill_in "user_password", with: DEFAULT_USER_PASSWORD
3636
find('input[name="commit"]').click
37-
expect(page).to have_content("Invalid Email or password")
37+
expect(page).to have_content("Invalid email or password")
3838
end
3939
end
4040

spec/system/sign_in_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
fill_in "Password", with: 'invalid_password'
1515
click_button "Log in"
1616

17-
expect(page).to have_content('Invalid Email or password.')
17+
expect(page).to have_content('Invalid email or password.')
1818
end
1919
end
2020

0 commit comments

Comments
 (0)