From 9fbbfd6017982645fb28872a54c1afd5584fb038 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 5 Oct 2020 15:48:47 +0000 Subject: [PATCH] add assert issue link for calendar in CalendarsControllerTest#test_show git-svn-id: http://svn.redmine.org/redmine/trunk@20133 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/calendars_controller_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/calendars_controller_test.rb b/test/functional/calendars_controller_test.rb index fa6f6ee28..c3ddbfe30 100644 --- a/test/functional/calendars_controller_test.rb +++ b/test/functional/calendars_controller_test.rb @@ -64,6 +64,7 @@ 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 'a.issue[href=?]', '/issues/2', :text => 'Feature request #2' assert_select 'span.tip' do assert_select 'img[class="gravatar"]' end -- 2.39.5