| Index: chrome/test/functional/test_utils.py
|
| diff --git a/chrome/test/functional/test_utils.py b/chrome/test/functional/test_utils.py
|
| index e20f69fa6ea171da80b7d01f913078002ec8df3b..1901c79a19135d80d840121ff2b275e40ef8c019 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"; ' \
|
|
|