summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/downloads.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/functional/downloads.py')
-rw-r--r--chrome/test/functional/downloads.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/functional/downloads.py b/chrome/test/functional/downloads.py
index 0e7dda3..ceadd88 100644
--- a/chrome/test/functional/downloads.py
+++ b/chrome/test/functional/downloads.py
@@ -138,6 +138,9 @@ class DownloadsTest(pyauto.PyUITest):
# Trigger download and wait in new incognito window.
self.DownloadAndWaitForStart(file_url, 1)
self.WaitForAllDownloadsToComplete(1)
+ # Remove next line when WaitForAllDownloadsToComplete can reliably wait
+ # for downloads in incognito window. crbug.com/69738
+ self.WaitForDownloadToComplete(downloaded_pkg)
incognito_downloads = self.GetDownloadsInfo(1).Downloads()
# Verify that download info exists in the correct profile.