add more assert_equal to IssuesSystemTest#test_bulk_copy

git-svn-id: http://svn.redmine.org/redmine/trunk@20145 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-10-11 12:58:03 +00:00
parent 584fc1651a
commit 3be81b344e

View File

@@ -441,6 +441,8 @@ class IssuesSystemTest < ApplicationSystemTestCase
click_link 'Copy'
end
assert_current_path '/issues/bulk_edit', :ignore_query => true
submit_buttons = page.all('input[type=submit]')
assert_equal 'Copy', submit_buttons[0].value
page.find('#issue_project_id').select('OnlineStore')
# wait for ajax response