We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d62806 commit 5843b72Copy full SHA for 5843b72
test/functional/calendars_controller_test.rb
@@ -63,7 +63,7 @@ def test_show
63
64
# Assert context menu on issues
65
assert_select 'form[data-cm-url=?]', '/issues/context_menu'
66
- assert_select 'div.issue.hascontextmenu.tooltip' do
+ assert_select 'div.issue.hascontextmenu.tooltip.starting' do
67
assert_select 'input[name=?][type=?][value=?]', 'ids[]', 'checkbox', '2'
68
assert_select 'img[class="gravatar"]'
69
end
0 commit comments