1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

detect strictly Chrome downloaded file

git-svn-id: http://svn.redmine.org/redmine/trunk@18532 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-09-25 13:24:20 +00:00
parent 15d8e32cbc
commit f8379e406f

View File

@ -76,7 +76,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
sleep 0.2 sleep 0.2
end end
end end
downloaded_files.first downloaded_files(filename).first
end end
end end