summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-01-18 12:11:39 +0000
committerGo MAEDA <maeda@farend.jp>2021-01-18 12:11:39 +0000
commit73dc00cb2f1d20ee029c9f5c8193b36540b92881 (patch)
tree159c8c482f6b07b1c7f5a0ccf5fd275341d826c9 /test/functional
parenta9a1cdf1f282803520761aae413789eb1f6d139d (diff)
downloadredmine-73dc00cb2f1d20ee029c9f5c8193b36540b92881.tar.gz
redmine-73dc00cb2f1d20ee029c9f5c8193b36540b92881.zip
Merged r20716 from trunk to 4.1-stable (#34247).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@20719 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/workflows_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/workflows_controller_test.rb b/test/functional/workflows_controller_test.rb
index e1759ea03..068f0c266 100644
--- a/test/functional/workflows_controller_test.rb
+++ b/test/functional/workflows_controller_test.rb
@@ -125,7 +125,7 @@ class WorkflowsControllerTest < Redmine::ControllerTest
assert_select 'table.workflows.transitions-always tbody tr:nth-child(2)' do
assert_select 'td.name', :text => 'New'
# assert that the td is enabled
- assert_select "td[title='New » New'][class=?]", 'enabled'
+ assert_select "td.enabled[title='New » New']"
# assert that the checkbox is disabled and checked
assert_select "input[name='transitions[1][1][always]'][checked=?][disabled=?]", 'checked', 'disabled', 1
end