diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-25 13:24:20 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-09-25 13:24:20 +0000 |
commit | f8379e406f3a301b384560268e23da92ff6d95be (patch) | |
tree | 2678675e855798f72d51eeca66f9160602b2360b | |
parent | 15d8e32cbcf90be1aa75bc71b89383b0dc14f5fd (diff) | |
download | redmine-f8379e406f3a301b384560268e23da92ff6d95be.tar.gz redmine-f8379e406f3a301b384560268e23da92ff6d95be.zip |
detect strictly Chrome downloaded file
git-svn-id: http://svn.redmine.org/redmine/trunk@18532 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/application_system_test_case.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb index 44d2c83db..a2f3cc2d3 100644 --- a/test/application_system_test_case.rb +++ b/test/application_system_test_case.rb @@ -76,7 +76,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase sleep 0.2 end end - downloaded_files.first + downloaded_files(filename).first end end |