summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 00:04:48 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-15 00:04:48 +0000
commit504eba18afc99cded5928d628c264f8d373b6ec5 (patch)
tree34469f328e62fff3ebae2614a70db8f502597fab /chrome/test/functional
parent316b50f28156e2d6a33f874a83cb07b25850d322 (diff)
downloadchromium_src-504eba18afc99cded5928d628c264f8d373b6ec5.zip
chromium_src-504eba18afc99cded5928d628c264f8d373b6ec5.tar.gz
chromium_src-504eba18afc99cded5928d628c264f8d373b6ec5.tar.bz2
Replace etouchqa google account with a test account.
Review URL: http://codereview.chromium.org/5794004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-rw-r--r--chrome/test/functional/passwords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/passwords.py b/chrome/test/functional/passwords.py
index af7ac6e..04a1bfd 100644
--- a/chrome/test/functional/passwords.py
+++ b/chrome/test/functional/passwords.py
@@ -111,7 +111,7 @@ class PasswordTest(pyauto.PyUITest):
self.assertEquals(1, len(self.GetSavedPasswords()))
self.AppendTab(pyauto.GURL(creds1['logout_url']))
- creds2 = self.GetPrivateInfo()['etouchqa_google_account']
+ creds2 = self.GetPrivateInfo()['test_google_account_2']
test_utils.GoogleAccountsLogin(
self, creds2['username'], creds2['password'], tab_index=1)
self.assertTrue(self.WaitForInfobarCount(1, tab_index=1))