Index: chrome/test/functional/passwords.py |
diff --git a/chrome/test/functional/passwords.py b/chrome/test/functional/passwords.py |
index f573009202b340ede7295548e8a6509cf7c6359b..e90980a1e33841a5db65018d1478858bfe564f77 100755 |
--- a/chrome/test/functional/passwords.py |
+++ b/chrome/test/functional/passwords.py |
@@ -253,7 +253,8 @@ class PasswordTest(pyauto.PyUITest): |
self.NavigateToURL('chrome://version') |
self.assertTrue(self.WaitForInfobarCount(0)) |
# To make sure user is navigated to Version page. |
- self.assertEqual('About Version', self.GetActiveTabTitle()) |
+ self.assertTrue(self.WaitUntil(self.GetActiveTabTitle, |
+ expect_retval='About Version')) |
test_utils.AssertInfobarTypeDoesNotAppear(self, self.INFOBAR_TYPE) |
def testInfoBarDisappearByReload(self): |