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

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

Issue 10830193: Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
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):

Powered by Google App Engine
This is Rietveld 408576698