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

Unified Diff: components/test/data/password_manager/automated_tests/tests.py

Issue 990903002: [Password manager tests automation] Tests for ok.ru (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/data/password_manager/automated_tests/tests.py
diff --git a/components/test/data/password_manager/automated_tests/tests.py b/components/test/data/password_manager/automated_tests/tests.py
index 8bde955255f01555099b4083ce16755084318e61..85af1395dc1c192f40dc2dd1ab72277d92d65633 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -71,6 +71,13 @@ class Nytimes(WebsiteTest):
self.FillPasswordInto("#password")
self.Submit("#password")
+class Odnoklassniki(WebsiteTest):
+
+ def Login(self):
+ self.GoTo("https://ok.ru")
+ self.FillUsernameInto("#field_email")
+ self.FillPasswordInto("#field_password")
+ self.Submit("#field_password")
class Pinterest(WebsiteTest):
@@ -273,6 +280,8 @@ def Tests(environment):
environment.AddWebsiteTest(Nytimes("nytimes"))
+ environment.AddWebsiteTest(Odnoklassniki("odnoklassniki"))
+
environment.AddWebsiteTest(Pinterest("pinterest"))
environment.AddWebsiteTest(Reddit("reddit", username_not_auto=True))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698