]> source.dussan.org Git - redmine.git/commitdiff
add issue id to assert_select of CalendarsControllerTest#test_show
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 26 Sep 2020 15:02:57 +0000 (15:02 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 26 Sep 2020 15:02:57 +0000 (15:02 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20090 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/calendars_controller_test.rb

index 538c3ad1f4e6f75a8f83160dea66f2660fac5abc..100e8c22138cc4df25ea2962326d889013181ebe 100644 (file)
@@ -64,7 +64,7 @@ class CalendarsControllerTest < Redmine::ControllerTest
     # Assert context menu on issues
     assert_select 'form[data-cm-url=?]', '/issues/context_menu'
     assert_select 'div.issue.hascontextmenu.tooltip' do
-      assert_select 'input[name=?][type=?]', 'ids[]', 'checkbox'
+      assert_select 'input[name=?][type=?][value=?]', 'ids[]', 'checkbox', '2'
       assert_select 'img[class="gravatar"]'
     end
   end