mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user