Skip to content

Commit 5843b72

Browse files
committed
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
1 parent 9d62806 commit 5843b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/calendars_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_show
6363

6464
# Assert context menu on issues
6565
assert_select 'form[data-cm-url=?]', '/issues/context_menu'
66-
assert_select 'div.issue.hascontextmenu.tooltip' do
66+
assert_select 'div.issue.hascontextmenu.tooltip.starting' do
6767
assert_select 'input[name=?][type=?][value=?]', 'ids[]', 'checkbox', '2'
6868
assert_select 'img[class="gravatar"]'
6969
end

0 commit comments

Comments
 (0)