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

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

Issue 10866013: Convert the browsing_data pyauto tests to chrome tests. Remove the ClearBrowsingData automation cod… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix hang on mac Created 8 years, 4 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/functional/databases.py ('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
===================================================================
--- 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.
« no previous file with comments | « chrome/test/functional/databases.py ('k') | chrome/test/functional/test_utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698