Redirect to open issues when an issue is reassigned
This commit is contained in:
parent
5abccc2e5e
commit
cd5b793dca
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue