summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2025-05-15 05:28:27 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2025-05-15 05:28:27 +0000
commit6f31d4fb87c592dc9a4f4957df4fbf4b9be96902 (patch)
tree90a240057ec7f5eb399c2e46edda1dde541f5923
parentd2a9223c4a81539837934b26b847bd4124f55a64 (diff)
downloadredmine-6f31d4fb87c592dc9a4f4957df4fbf4b9be96902.tar.gz
redmine-6f31d4fb87c592dc9a4f4957df4fbf4b9be96902.zip
Fixes wrong change added in r23761 (#42422).
git-svn-id: https://svn.redmine.org/redmine/trunk@23770 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/application_system_test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb
index 040667c39..38d69e7c8 100644
--- a/test/application_system_test_case.rb
+++ b/test/application_system_test_case.rb
@@ -72,8 +72,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