mirror of
https://github.com/redmine/redmine.git
synced 2026-01-25 00:40:03 +01:00
Revert r21552.
git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@21553 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -397,7 +397,7 @@ class IssuesSystemTest < ApplicationSystemTestCase
|
||||
|
||||
page.find('#issue_status_id').select('Assigned')
|
||||
assert_no_difference 'Issue.count' do
|
||||
click_button('commit')
|
||||
submit_buttons[0].click
|
||||
# wait for ajax response
|
||||
assert page.has_css?('#flash_notice')
|
||||
assert_current_path '/issues', :ignore_query => true
|
||||
@@ -429,7 +429,7 @@ class IssuesSystemTest < ApplicationSystemTestCase
|
||||
|
||||
page.find('#issue_status_id').select('Feedback')
|
||||
assert_no_difference 'Issue.count' do
|
||||
click_button('follow')
|
||||
submit_buttons[1].click
|
||||
# wait for ajax response
|
||||
assert page.has_css?('#flash_notice')
|
||||
assert_current_path '/projects/onlinestore/issues', :ignore_query => true
|
||||
|
||||
Reference in New Issue
Block a user