summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-18 16:16:46 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-11-18 16:16:46 +0000
commit5514fe4555e62930b1f09a840a4e44e9146cad06 (patch)
tree0482ebd1fc0a62cfc61e49e71830cd2b2a0b637f
parentccd610021ba8ab40a64eb1f6cb6c328eaddf1a1b (diff)
downloadredmine-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.rb2
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(