Browse Source

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
tags/4.2.0
Go MAEDA 3 years ago
parent
commit
1375840881
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      test/system/issues_test.rb

+ 1
- 0
test/system/issues_test.rb View 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

Loading…
Cancel
Save