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

Unified Diff: chrome/test/functional/bookmarks.py

Issue 10828245: Final set of conversions of automation calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/functional/bookmarks.py
diff --git a/chrome/test/functional/bookmarks.py b/chrome/test/functional/bookmarks.py
index ba6edb7f9f50e372ac4d7c5a5e406496de834f33..8b56e91497728d8689aa5c42ee7023cef48af2bd 100755
--- a/chrome/test/functional/bookmarks.py
+++ b/chrome/test/functional/bookmarks.py
@@ -17,6 +17,10 @@ import pyauto
class BookmarksTest(pyauto.PyUITest):
"""Test of bookmarks."""
+ def setUp(self):
+ pyauto.PyUITest.setUp(self)
+ self.WaitForBookmarkModelToLoad()
Nirnimesh 2012/08/10 04:34:20 how was this working before?
craigdh 2012/08/10 18:08:04 I have that same question. Previously the calls ju
+
def testBasics(self):
"""Basic tests with an empty bookmark model."""
bookmarks = self.GetBookmarkModel()

Powered by Google App Engine
This is Rietveld 408576698