We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584fc16 commit 3be81b3Copy full SHA for 3be81b3
test/system/issues_test.rb
@@ -441,6 +441,8 @@ def test_bulk_copy
441
click_link 'Copy'
442
end
443
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
446
447
page.find('#issue_project_id').select('OnlineStore')
448
# wait for ajax response
0 commit comments