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