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 fb251df commit bcd747dCopy full SHA for bcd747d
test/functional/calendars_controller_test.rb
@@ -64,7 +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' do
67
- assert_select 'input[name=?][type=?]', 'ids[]', 'checkbox'
+ assert_select 'input[name=?][type=?][value=?]', 'ids[]', 'checkbox', '2'
68
assert_select 'img[class="gravatar"]'
69
end
70
0 commit comments