Commit 24c2320d authored by melandory's avatar melandory Committed by Commit bot

[Password manager tests automation] Fixes yandex.

Fixes yandex by updating form.

BUG=369521
R=vabr@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#330745}
parent 5fd85a26
......@@ -200,9 +200,9 @@ class Yandex(WebsiteTest):
def Login(self):
self.GoTo("https://mail.yandex.com")
self.FillUsernameInto("#b-mail-domik-username11")
self.FillPasswordInto("#b-mail-domik-password11")
self.Click(".b-mail-button__button")
self.FillUsernameInto("[name='login']")
self.FillPasswordInto("[name='passwd']")
self.Submit("[name='passwd']")
# Fails due to test framework issue(?).
......
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