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

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

Issue 992223002: [Password manager tests automation] Tests for alexa.com (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 52a62790f6c2383901286cc9e9f1ba838cd53d0a..0472856f295cf7023f526e103b626aa84d8a8f48 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -28,6 +28,15 @@ class TypeOfTestedWebsites:
pass
+class Alexa(WebsiteTest):
+
+ def Login(self):
+ self.GoTo("https://www.alexa.com/secure/login")
+ self.FillUsernameInto("#email")
+ self.FillPasswordInto("#pwd")
+ self.Submit("#pwd")
+
+
class Facebook(WebsiteTest):
def Login(self):
@@ -268,6 +277,7 @@ class Vube(WebsiteTest):
def Tests(environment, tests_to_run=None):
working_tests = {
+ "alexa": Alexa("alexa"),
"facebook": Facebook("facebook"),
"google": Google("google"),
"linkedin": Linkedin("linkedin"),
« 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