From 3be81b344e163f6a1a9d7540bf160c538c31e3f3 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 11 Oct 2020 12:58:03 +0000 Subject: [PATCH] add more assert_equal to IssuesSystemTest#test_bulk_copy git-svn-id: http://svn.redmine.org/redmine/trunk@20145 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/system/issues_test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index e78a610c0..046088751 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -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 -- 2.39.5