Skip to content

Commit 3be81b3

Browse files
committed
add more assert_equal to IssuesSystemTest#test_bulk_copy
git-svn-id: http://svn.redmine.org/redmine/trunk@20145 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 584fc16 commit 3be81b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/system/issues_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,8 @@ def test_bulk_copy
441441
click_link 'Copy'
442442
end
443443
assert_current_path '/issues/bulk_edit', :ignore_query => true
444+
submit_buttons = page.all('input[type=submit]')
445+
assert_equal 'Copy', submit_buttons[0].value
444446

445447
page.find('#issue_project_id').select('OnlineStore')
446448
# wait for ajax response

0 commit comments

Comments
 (0)