mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Chromium E2E test fixes (#2108)
* Change test password to avoid chromium conflicts * Update integration tests * Centralize all test password references * Remove unrelated schema changes
This commit is contained in:
@@ -13,7 +13,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
||||
visit new_session_path
|
||||
within "form" do
|
||||
fill_in "Email", with: user.email
|
||||
fill_in "Password", with: "password"
|
||||
fill_in "Password", with: user_password_test
|
||||
click_on "Log in"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user