diff options
author | Go MAEDA <maeda@farend.jp> | 2021-03-17 05:29:21 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-03-17 05:29:21 +0000 |
commit | 1375840881b33cf79fd497ae910807cab49b7744 (patch) | |
tree | 116c732b3b49accb3e64e0d7a20e92c6b450979c /test/system | |
parent | 124c94df94c73250db65090c67af3e780006437b (diff) | |
download | redmine-1375840881b33cf79fd497ae910807cab49b7744.tar.gz redmine-1375840881b33cf79fd497ae910807cab49b7744.zip |
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
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/issues_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |