| 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),
|
|
|