Merge r23770 from trunk to 5.1-stable (#42422).

git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23773 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2025-05-15 05:49:07 +00:00
parent fd4ba2abbf
commit 69efd0b48e

View File

@@ -74,8 +74,8 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
# Should not depend on locale since Redmine displays login page
# using default browser locale which depend on system locale for "real" browsers drivers
def log_user(login, password)
visit '/my/page'
assert_current_path '/login', :ignore_query => true
assert_equal '/login', current_path
within('#login-form form') do
fill_in 'username', :with => login
fill_in 'password', :with => password