]> git.openstreetmap.org Git - rails.git/blobdiff - test/application_system_test_case.rb
Merge remote-tracking branch 'upstream/pull/4747'
[rails.git] / test / application_system_test_case.rb
index ef8f0e371feb924e35651e227fe47dbaf279f572..63c8090a83d735929ab1421fcafb0d935dc813aa 100644 (file)
@@ -29,7 +29,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
     within "form", :text => "Email Address or Username" do
       fill_in "username", :with => user.email
       fill_in "password", :with => "test"
-      click_on "Login"
+      click_on "Log in"
     end
   end