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 188f533 commit 9fbbfd6Copy full SHA for 9fbbfd6
test/functional/calendars_controller_test.rb
@@ -64,6 +64,7 @@ def test_show
64
# Assert context menu on issues
65
assert_select 'form[data-cm-url=?]', '/issues/context_menu'
66
assert_select 'div.issue.hascontextmenu.tooltip.starting' do
67
+ assert_select 'a.issue[href=?]', '/issues/2', :text => 'Feature request #2'
68
assert_select 'span.tip' do
69
assert_select 'img[class="gravatar"]'
70
end
0 commit comments