diff options
author | Go MAEDA <maeda@farend.jp> | 2019-07-24 10:14:19 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-07-24 10:14:19 +0000 |
commit | c831786e3ae16b023ef4ca72b0f804905818db7e (patch) | |
tree | 9f19fd426bedc1ca7f31c5acb28eae6dec4a2194 /test/system/issues_import_test.rb | |
parent | d2ebbb99f2ea9fab84baad0e4da897c5eb169f80 (diff) | |
download | redmine-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.rb | 1 |
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') |