| 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"))
|
|
|