| Index: chrome/test/functional/passwords.py
|
| ===================================================================
|
| --- chrome/test/functional/passwords.py (revision 152704)
|
| +++ chrome/test/functional/passwords.py (working copy)
|
| @@ -124,7 +124,6 @@
|
|
|
| def testDisplayAndSavePasswordInfobar(self):
|
| """Verify password infobar displays and able to save password."""
|
| - test_utils.ClearPasswords(self)
|
| creds = self.GetPrivateInfo()['test_google_account']
|
| username = creds['username']
|
| password = creds['password']
|
| @@ -143,7 +142,6 @@
|
| self._ClickOnLoginPage(0, 0)
|
| test_utils.VerifyGoogleAccountCredsFilled(self, username, password,
|
| tab_index=0, windex=0)
|
| - test_utils.ClearPasswords(self)
|
|
|
| def testNeverSavePasswords(self):
|
| """Verify passwords not saved/deleted when 'never for this site' chosen."""
|
| @@ -191,7 +189,6 @@
|
| self._ClickOnLoginPage(0, 1)
|
| test_utils.VerifyGoogleAccountCredsFilled(self, username, password,
|
| tab_index=1, windex=0)
|
| - test_utils.ClearPasswords(self)
|
|
|
| def testLoginCredsNotShownInIncognito(self):
|
| """Verify login creds are not shown in Incognito mode."""
|
| @@ -340,7 +337,6 @@
|
| passwd_value = self.GetDOMValue('document.getElementById("Passwd").value')
|
| self.assertFalse(passwd_value,
|
| msg='Password field not empty for new username.')
|
| - test_utils.ClearPasswords(self)
|
|
|
| def testPasswordInfobarShowsForBlockedDomain(self):
|
| """Verify that password infobar shows when cookies are blocked.
|
|
|