]> git.openstreetmap.org Git - rails.git/commitdiff
Sign in by clicking login in the same form as username/password
authorAnton Khorev <tony29@yandex.ru>
Fri, 19 Jan 2024 18:14:35 +0000 (21:14 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sat, 20 Jan 2024 00:47:35 +0000 (03:47 +0300)
test/test_helper.rb

index 9d06d23534f8cdcb9ea297aa4bd1cf048263a6f6..222e65764d68c25032c88644778564695380403e 100644 (file)
@@ -243,9 +243,11 @@ module ActiveSupport
 
     def sign_in_as(user)
       visit login_path
-      fill_in "username", :with => user.email
-      fill_in "password", :with => "test"
-      click_on "Login", :match => :first
+      within "form", :text => "Email Address or Username" do
+        fill_in "username", :with => user.email
+        fill_in "password", :with => "test"
+        click_on "Login"
+      end
     end
 
     def session_for(user)