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

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: Aargh! Fixity fix. 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
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..445c48cdccb7709f397f0f99331f1bd30634bfca 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"))

Powered by Google App Engine
This is Rietveld 408576698