Commit d58ba257 authored by melandory's avatar melandory Committed by Commit bot

[Password manager tests automation] Fix yahoo website tests.

Yahoo had wrong username and password field ids and click button action.

BUG=369521
R=vabr@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#325418}
parent dd8fc1eb
...@@ -188,9 +188,9 @@ class Yahoo(WebsiteTest): ...@@ -188,9 +188,9 @@ class Yahoo(WebsiteTest):
def Login(self): def Login(self):
self.GoTo("https://login.yahoo.com") self.GoTo("https://login.yahoo.com")
self.FillUsernameInto("#username") self.FillUsernameInto("#login-username")
self.FillPasswordInto("#passwd") self.FillPasswordInto("#login-passwd")
self.Submit("#passwd") self.Click("#login-signin")
class Yandex(WebsiteTest): class Yandex(WebsiteTest):
......
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