Commit 5a22460e authored by melandory's avatar melandory Committed by Commit bot

[Password manager tests automation] Tests for alexa.com

Adding test for Alexa. Test passes.

BUG=369521
R=vabr@chromium.org

Review URL: https://codereview.chromium.org/992223002

Cr-Commit-Position: refs/heads/master@{#319867}
parent e8ea0c7b
......@@ -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"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment