Index: chrome/test/functional/instant.py |
diff --git a/chrome/test/functional/instant.py b/chrome/test/functional/instant.py |
index 796b68754389f4ef6b1e24ff8c5d9fcb58f330e8..aa5311aa280e964c63e9753479c8f1d877ff34c1 100644 |
--- a/chrome/test/functional/instant.py |
+++ b/chrome/test/functional/instant.py |
@@ -229,7 +229,7 @@ class InstantTest(pyauto.PyUITest): |
filepath = self.GetFileURLForDataPath(path) |
self.SetOmniboxText(filepath) |
self.WaitUntilOmniboxQueryDone() |
- self.WaitForAllDownloadsToComplete() |
+ self.WaitForAllDownloadsToComplete([]) |
self.assertFalse(self.GetDownloadsInfo().Downloads(), |
msg='Should not download: %s' % filepath) |