summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-25 13:24:20 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-09-25 13:24:20 +0000
commitf8379e406f3a301b384560268e23da92ff6d95be (patch)
tree2678675e855798f72d51eeca66f9160602b2360b
parent15d8e32cbcf90be1aa75bc71b89383b0dc14f5fd (diff)
downloadredmine-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.rb2
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