Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Unified Diff: chrome/test/functional/passwords.py

Issue 10411025: Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts.google.com. We are goi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/google/google.html ('k') | chrome/test/functional/test_utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/passwords.py
diff --git a/chrome/test/functional/passwords.py b/chrome/test/functional/passwords.py
index a1b455ff075a3804a7a3a276c8306947cf81fff9..5bc328f3c24d0fa41eb5fe3ce4bc5a04b2563d64 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://accounts.google.com/ServiceLogin'
- URL_HTTPS = 'https://accounts.google.com/Login'
- URL_LOGOUT = 'https://accounts.google.com/Logout'
+ URL = 'https://www.google.com/accounts/ServiceLogin'
+ URL_HTTPS = 'https://www.google.com/accounts/Login'
+ URL_LOGOUT = 'https://www.google.com/accounts/Logout'
def Debug(self):
"""Test method for experimentation.
« no previous file with comments | « chrome/test/data/google/google.html ('k') | chrome/test/functional/test_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698