From 5514fe4555e62930b1f09a840a4e44e9146cad06 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 18 Nov 2020 16:16:46 +0000 Subject: [PATCH] more strictly assertion at MyControllerTest#test_page_with_calendar git-svn-id: http://svn.redmine.org/redmine/trunk@20427 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/my_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(