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

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

Issue 1005043002: [Password manager tests automation] Tests for vk.com (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on top of master, resolved conflicts. 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 5388b3aa37899e7f3242e706b5b4836b2d69bcf9..541f452848c0225d1c647dd85999673869d55fb0 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -154,6 +154,15 @@ class Twitter(WebsiteTest):
self.Submit("#signin-password")
+class Vkontakte(WebsiteTest):
+
+ def Login(self):
+ self.GoTo("https:///vk.com")
+ self.FillUsernameInto("[name='email']")
+ self.FillPasswordInto("[name='pass']")
+ self.Submit("[name='pass']")
+
+
class Wikia(WebsiteTest):
def Login(self):
@@ -407,6 +416,7 @@ def Tests(environment, tests_to_run=None):
"reddit": Reddit("reddit", username_not_auto=True),
"tumblr": Tumblr("tumblr", username_not_auto=True),
"twitter": Twitter("twitter"),
+ "vkontakte": Vkontakte("vkontakte"),
"wikia": Wikia("wikia"),
"wikipedia": Wikipedia("wikipedia", username_not_auto=True),
"wordpress": Wordpress("wordpress"),
« 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