summaryrefslogtreecommitdiffstats
path: root/test/system/issues_import_test.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-07-24 10:14:19 +0000
committerGo MAEDA <maeda@farend.jp>2019-07-24 10:14:19 +0000
commitc831786e3ae16b023ef4ca72b0f804905818db7e (patch)
tree9f19fd426bedc1ca7f31c5acb28eae6dec4a2194 /test/system/issues_import_test.rb
parentd2ebbb99f2ea9fab84baad0e4da897c5eb169f80 (diff)
downloadredmine-c831786e3ae16b023ef4ca72b0f804905818db7e.tar.gz
redmine-c831786e3ae16b023ef4ca72b0f804905818db7e.zip
Update capybara (~> 3.25.0) (#31657).
Patch by Takenori TAKAKI and Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@18330 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/system/issues_import_test.rb')
-rw-r--r--test/system/issues_import_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/issues_import_test.rb b/test/system/issues_import_test.rb
index 038949aab..b23f54cf6 100644
--- a/test/system/issues_import_test.rb
+++ b/test/system/issues_import_test.rb
@@ -28,6 +28,7 @@ class IssuesImportTest < ApplicationSystemTestCase
def test_import_issues_without_failures
log_user('jsmith', 'jsmith')
visit '/issues'
+ find('div.contextual>span.drdn').click
click_on 'Import'
attach_file 'file', Rails.root.join('test/fixtures/files/import_issues.csv')