Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1520)

Unified Diff: chrome/test/pyautolib/pyauto.py

Issue 7544026: Fix for flakiness in pyauto automation hook WaitForDownloadsToComplete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/pyautolib/pyauto.py
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index ec3be84359210e4015a48fc641aff497e4c2b120..c794d749472d90c5eaf6486ba00ea82651350036 100644
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -1049,7 +1049,7 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
"""Wait for all downloads to complete.
Note: This method does not work for dangerous downloads. Use
- WaitForGivenDownloadsToComplete (below) instead.
+ WaitForDownloadToComplete (below) instead.
"""
cmd_dict = {'command': 'WaitForAllDownloadsToComplete'}
self._GetResultFromJSONRequest(cmd_dict, windex=windex, timeout=timeout)

Powered by Google App Engine
This is Rietveld 408576698