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

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

Issue 10830193: Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests. (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/sync.py
diff --git a/chrome/test/functional/sync.py b/chrome/test/functional/sync.py
index e82a705c22528ace60da4c17a7107f658b72d1d2..b1d2e4d22838a33368f9c882941b3176ec4d4c7d 100755
--- a/chrome/test/functional/sync.py
+++ b/chrome/test/functional/sync.py
@@ -75,7 +75,7 @@ class SyncTest(pyauto.PyUITest):
'No set up sync button.')
self.assertTrue(self.SignInToSync(username, password))
- self.GetBrowserWindow(0).GetTab(1).Reload()
+ self.ReloadTab(1, 0)
self.assertTrue(self.WaitUntil(
lambda: self.FindInPage(username, tab_index=1)['match_count'],
expect_retval=1),

Powered by Google App Engine
This is Rietveld 408576698