summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional
diff options
context:
space:
mode:
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))