]> git.openstreetmap.org Git - rails.git/blobdiff - test/system/issues_test.rb
Redirect to open issues when an issue is reassigned
[rails.git] / test / system / issues_test.rb
index e93e92a696aa1cfef262b886fba238c72d2bbae9..b9b989c075132a9604d01c911dc2017f2613538f 100644 (file)
@@ -126,7 +126,7 @@ class IssuesTest < ApplicationSystemTestCase
     click_on "Add Comment"
 
     assert_content "and the issue was reassigned"
-    assert_current_path issues_path
+    assert_current_path issues_path(:status => "open")
 
     issue.reload
     assert_equal "moderator", issue.assigned_role