From: Go MAEDA Date: Wed, 17 Mar 2021 05:29:21 +0000 (+0000) Subject: Fix a failed system test due to r20765 (#34714). X-Git-Tag: 4.2.0~44 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1375840881b33cf79fd497ae910807cab49b7744;p=redmine.git Fix a failed system test due to r20765 (#34714). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@20805 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/system/issues_test.rb b/test/system/issues_test.rb index f1f355d0d..0e37ae77d 100644 --- a/test/system/issues_test.rb +++ b/test/system/issues_test.rb @@ -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