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

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

Issue 991283002: [Password manager tests automation] Tests for liveinternet.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 0472856f295cf7023f526e103b626aa84d8a8f48..738c6ca5a94d4b8f75a608f2ce3572bdee3e035c 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -55,6 +55,15 @@ class Google(WebsiteTest):
self.Submit("#Passwd")
+class Liveinternet(WebsiteTest):
+
+ def Login(self):
+ self.GoTo("http://liveinternet.ru/journals.php?s=&action1=login")
+ self.FillUsernameInto("[name='username']")
+ self.FillPasswordInto("[name='password']")
+ self.Submit("[name='password']")
+
+
class Linkedin(WebsiteTest):
def Login(self):
@@ -280,6 +289,7 @@ def Tests(environment, tests_to_run=None):
"alexa": Alexa("alexa"),
"facebook": Facebook("facebook"),
"google": Google("google"),
+ "liveinternet": Liveinternet("liveinternet"),
"linkedin": Linkedin("linkedin"),
"mailru": Mailru("mailru"),
"nytimes": Nytimes("nytimes"),
« 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