From: Toshi MARUYAMA Date: Fri, 2 Oct 2020 12:59:37 +0000 (+0000) Subject: more strictly div assert for calendar in CalendarsControllerTest#test_show X-Git-Tag: 4.2.0~709 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5843b72e7cada03540a33727913033a36d94c48d;p=redmine.git more strictly div assert for calendar in CalendarsControllerTest#test_show git-svn-id: http://svn.redmine.org/redmine/trunk@20108 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/calendars_controller_test.rb b/test/functional/calendars_controller_test.rb index 100e8c221..c0baaf7bf 100644 --- a/test/functional/calendars_controller_test.rb +++ b/test/functional/calendars_controller_test.rb @@ -63,7 +63,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' do + assert_select 'div.issue.hascontextmenu.tooltip.starting' do assert_select 'input[name=?][type=?][value=?]', 'ids[]', 'checkbox', '2' assert_select 'img[class="gravatar"]' end