| Index: chrome/test/functional/test_utils.py
|
| ===================================================================
|
| --- chrome/test/functional/test_utils.py (revision 137977)
|
| +++ chrome/test/functional/test_utils.py (working copy)
|
| @@ -81,7 +81,7 @@
|
| 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"; ' \
|
|
|
| Property changes on: chrome/test/functional/test_utils.py
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|