]> source.dussan.org Git - redmine.git/commitdiff
add more assert_equal to IssuesSystemTest#test_bulk_copy
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Oct 2020 12:58:03 +0000 (12:58 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 11 Oct 2020 12:58:03 +0000 (12:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20145 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index e78a610c09607da515dd91add9d1c1712fd6236f..0460887516fc51e556f584983559e90acc7ec6e1 100644 (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