]> source.dussan.org Git - redmine.git/commitdiff
add text to assert_select of CalendarsControllerTest#test_show
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:43:29 +0000 (14:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 28 Oct 2020 14:43:29 +0000 (14:43 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20228 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/calendars_controller_test.rb

index c3ddbfe30d0c20b5d354feff060a12701f62684d..d6fc70b5c6fa3845009dfa9e5df7daf05be5f3d8 100644 (file)
@@ -63,7 +63,10 @@ class CalendarsControllerTest < Redmine::ControllerTest
 
     # Assert context menu on issues
     assert_select 'form[data-cm-url=?]', '/issues/context_menu'
-    assert_select 'div.issue.hascontextmenu.tooltip.starting' do
+    assert_select(
+      'div.issue.hascontextmenu.tooltip.starting',
+      :text => /Add ingredients categories/
+    ) do
       assert_select 'a.issue[href=?]', '/issues/2', :text => 'Feature request #2'
       assert_select 'span.tip' do
         assert_select 'img[class="gravatar"]'