Chromium Code Reviews| Index: chrome/test/functional/passwords.py |
| diff --git a/chrome/test/functional/passwords.py b/chrome/test/functional/passwords.py |
| index c04b288d75518738c7392370cfd0a43497c171fb..8a0c7590ee8ef4319be11ec33d135ae5016c6bad 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.www.google.com/ServiceLogin' |
|
Nirnimesh
2012/05/09 02:18:22
remove www
zel
2012/05/09 16:35:06
Done.
|
| + URL_HTTPS = 'https://accounts.google.com/Login' |
| + URL_LOGOUT = 'https://accounts.google.com/Logout' |
| def Debug(self): |
| """Test method for experimentation. |