diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/my_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index a1c76a4f2..596ab34fb 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -440,7 +440,7 @@ class MyControllerTest < Redmine::ControllerTest assert_select 'tr' do assert_select 'td' do assert_select( - 'div.issue.hascontextmenu.tooltip.starting', + 'div.issue.hascontextmenu.tooltip.starting.ending', :text => /eCookbook.*#{subject}/m ) do assert_select( |