X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/91a4fd6b5ab7a077211a7608248b3878f226d405..00123f05ba0b0c7a41ae3888cd33b68f13e1d662:/test/test_helper.rb diff --git a/test/test_helper.rb b/test/test_helper.rb index 19e1a2784..222e65764 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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_button "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)