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