diff options
Diffstat (limited to 'chrome/test/functional/test_utils.py')
-rw-r--r-- | chrome/test/functional/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/test_utils.py b/chrome/test/functional/test_utils.py index e20f69f..1901c79 100644 --- a/chrome/test/functional/test_utils.py +++ b/chrome/test/functional/test_utils.py @@ -81,7 +81,7 @@ def GoogleAccountsLogin(test, username, password, tab_index=0, windex=0): tab_index: The tab index, default is 0. windex: The window index, default is 0. """ - test.NavigateToURL('https://www.google.com/accounts/', windex, tab_index) + test.NavigateToURL('https://accounts.google.com/', windex, tab_index) email_id = 'document.getElementById("Email").value = "%s"; ' \ 'window.domAutomationController.send("done")' % username password = 'document.getElementById("Passwd").value = "%s"; ' \ |