Skip to content

Commit bcd747d

Browse files
committed
add issue id to assert_select of CalendarsControllerTest#test_show
git-svn-id: http://svn.redmine.org/redmine/trunk@20090 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent fb251df commit bcd747d

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
@@ -64,7 +64,7 @@ def test_show
6464
# Assert context menu on issues
6565
assert_select 'form[data-cm-url=?]', '/issues/context_menu'
6666
assert_select 'div.issue.hascontextmenu.tooltip' do
67-
assert_select 'input[name=?][type=?]', 'ids[]', 'checkbox'
67+
assert_select 'input[name=?][type=?][value=?]', 'ids[]', 'checkbox', '2'
6868
assert_select 'img[class="gravatar"]'
6969
end
7070
end

0 commit comments

Comments
 (0)