X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9026b84d844fce847820626b495d6c4fcaa55ea1..2d358c9df2752669b591678acfd804745527f09a:/test/test_helper.rb?ds=sidebyside diff --git a/test/test_helper.rb b/test/test_helper.rb index 19e1a2784..9d06d2353 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -245,7 +245,7 @@ module ActiveSupport visit login_path fill_in "username", :with => user.email fill_in "password", :with => "test" - click_button "Login", :match => :first + click_on "Login", :match => :first end def session_for(user)