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

Unified Diff: components/test/data/password_manager/automated_tests/README

Issue 1026833003: [Password manager Python tests] Re-arrange tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 5 years, 9 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 | « no previous file | components/test/data/password_manager/automated_tests/environment.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/automated_tests/README
diff --git a/components/test/data/password_manager/automated_tests/README b/components/test/data/password_manager/automated_tests/README
index 373886264966bb484526c9b9029cd3af644420e4..0f9975b6ca46d6029b94a148f44a4230620a9305 100644
--- a/components/test/data/password_manager/automated_tests/README
+++ b/components/test/data/password_manager/automated_tests/README
@@ -75,10 +75,6 @@ class NewWebsiteTest(WebsiteTest):
self.FillPasswordInto("Password CSS selector")
self.Submit("Password CSS selector")
- def Logout(self):
- # Add logout steps for the website, for example:
- self.Click("Logout button CSS selector")
-
Then, to create the new test, you need just to add:
environment.AddWebsiteTest(NewWebsiteTest("website name"))
@@ -149,7 +145,7 @@ manager. When this bug is solved, all the tests that were failing because of
it are going to be moved to working tests.
Other files:
-* websites.xml : a private file where you can find all the passwords. You can
+* websites.xml: a private file where you can find all the passwords. You can
ask someone to give it to you or just create your own with your personal
accounts.
<websites>
« no previous file with comments | « no previous file | components/test/data/password_manager/automated_tests/environment.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698