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

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

Issue 10790055: Convert more PyAuto proxy calls to the JSON interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ensure the returned Python string is of type str, not unicode, before passing to GURL. 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 | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/popups.py
diff --git a/chrome/test/functional/popups.py b/chrome/test/functional/popups.py
index c49310ae6960a7a2c550e004e74cfa043e530982..3eddb1bd9e1d0b5c79fb9cb8c00b56147610f121 100755
--- a/chrome/test/functional/popups.py
+++ b/chrome/test/functional/popups.py
@@ -68,7 +68,7 @@ class PopupsTest(pyauto.PyUITest):
self.DataDir(), 'popup_blocker', 'popup-window-open.html'))
self.NavigateToURL(file_url, 1, 0)
self.assertEquals('Popup created using window.open',
- self.GetActiveTabTitle(window_index=1))
+ self.GetActiveTabTitle(1))
# Wait until the popup is blocked
self.assertTrue(self.WaitUntil(lambda:
len(self.GetBlockedPopupsInfo(tab_index=0, windex=1)) is 1),
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/test/pyautolib/pyauto.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698