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

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: Used named arguments and deleted unused test files, as suggested by Nirnimesh. 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
« no previous file with comments | « chrome/test/functional/stress.py ('k') | chrome/test/functional/translate.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/sync.py
diff --git a/chrome/test/functional/sync.py b/chrome/test/functional/sync.py
index e82a705c22528ace60da4c17a7107f658b72d1d2..1dc8aaac27f2e46926b63a99cac6b50f6b91670d 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)
self.assertTrue(self.WaitUntil(
lambda: self.FindInPage(username, tab_index=1)['match_count'],
expect_retval=1),
« no previous file with comments | « chrome/test/functional/stress.py ('k') | chrome/test/functional/translate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698