diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-11-18 16:16:46 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-11-18 16:16:46 +0000 |
commit | 5514fe4555e62930b1f09a840a4e44e9146cad06 (patch) | |
tree | 0482ebd1fc0a62cfc61e49e71830cd2b2a0b637f | |
parent | ccd610021ba8ab40a64eb1f6cb6c328eaddf1a1b (diff) | |
download | redmine-5514fe4555e62930b1f09a840a4e44e9146cad06.tar.gz redmine-5514fe4555e62930b1f09a840a4e44e9146cad06.zip |
more strictly assertion at MyControllerTest#test_page_with_calendar
git-svn-id: http://svn.redmine.org/redmine/trunk@20427 e93f8b46-1217-0410-a6f0-8f06a7374b81
-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( |