]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/issues_test.rb
Create api changeset download resource
[rails.git] / test / system / issues_test.rb
index e26ae89ac6556cbec289f25e52ed445ac98e33b6..ae5e114c3d19d4a415633717fa606921a797cfa1 100644 (file)
@@ -5,7 +5,10 @@ class IssuesTest < ApplicationSystemTestCase
 
   def test_view_issues_not_logged_in
     visit issues_path
 
   def test_view_issues_not_logged_in
     visit issues_path
-    assert_content "Log in"
+
+    within_content_heading do
+      assert_content "Log In"
+    end
   end
 
   def test_view_issues_normal_user
   end
 
   def test_view_issues_normal_user