| Index: chrome/test/functional/passwords.py
|
| diff --git a/chrome/test/functional/passwords.py b/chrome/test/functional/passwords.py
|
| index 5bc328f3c24d0fa41eb5fe3ce4bc5a04b2563d64..a1b455ff075a3804a7a3a276c8306947cf81fff9 100755
|
| --- a/chrome/test/functional/passwords.py
|
| +++ b/chrome/test/functional/passwords.py
|
| @@ -15,9 +15,9 @@ class PasswordTest(pyauto.PyUITest):
|
| """Tests that passwords work correctly."""
|
|
|
| INFOBAR_TYPE = 'password_infobar'
|
| - URL = 'https://www.google.com/accounts/ServiceLogin'
|
| - URL_HTTPS = 'https://www.google.com/accounts/Login'
|
| - URL_LOGOUT = 'https://www.google.com/accounts/Logout'
|
| + URL = 'https://accounts.google.com/ServiceLogin'
|
| + URL_HTTPS = 'https://accounts.google.com/Login'
|
| + URL_LOGOUT = 'https://accounts.google.com/Logout'
|
|
|
| def Debug(self):
|
| """Test method for experimentation.
|
|
|