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

Unified Diff: chrome/test/functional/passwords.py

Issue 10835007: Fix testInfoBarDisappearByNavigatingPage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698