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:
Marius Balteanu
2022-05-02 20:06:44 +00:00
parent 79174945b7
commit a55454f04e

View File

@@ -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