]> source.dussan.org Git - redmine.git/commitdiff
Fix a failed system test due to r20765 (#34714).
authorGo MAEDA <maeda@farend.jp>
Wed, 17 Mar 2021 05:29:21 +0000 (05:29 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 17 Mar 2021 05:29:21 +0000 (05:29 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@20805 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/system/issues_test.rb

index f1f355d0d0b5c1f4569ba1bb2e9a31f36b3f1ea1..0e37ae77d815508b6c369b3d9897694f79b6e194 100644 (file)
@@ -238,6 +238,7 @@ class IssuesSystemTest < ApplicationSystemTestCase
     log_user('jsmith', 'jsmith')
     visit '/issues/1'
     page.accept_confirm /Are you sure/ do
+      first('#content span.icon-actions').click
       first('#content a.icon-del').click
     end
   end