| Index: chrome/test/functional/passwords.py
|
| diff --git a/chrome/test/functional/passwords.py b/chrome/test/functional/passwords.py
|
| index e90980a1e33841a5db65018d1478858bfe564f77..8498d62532c921f8705f450b45f9c0ed4b513b9c 100755
|
| --- a/chrome/test/functional/passwords.py
|
| +++ b/chrome/test/functional/passwords.py
|
| @@ -267,7 +267,7 @@ class PasswordTest(pyauto.PyUITest):
|
| self.PerformActionOnInfobar(
|
| 'accept', infobar_index=test_utils.WaitForInfobarTypeAndGetIndex(
|
| self, self.INFOBAR_TYPE))
|
| - self.GetBrowserWindow(0).GetTab(0).Reload()
|
| + self.ReloadTab()
|
| test_utils.AssertInfobarTypeDoesNotAppear(self, self.INFOBAR_TYPE)
|
|
|
| def testPasswdInfoNotStoredWhenAutocompleteOff(self):
|
|
|