summaryrefslogtreecommitdiffstats
path: root/components/test
diff options
context:
space:
mode:
authormelandory <melandory@chromium.org>2015-05-20 09:19:20 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-20 16:19:19 +0000
commit24c2320d87a6b86dcadf39c8382863b018b67cf0 (patch)
tree84174c1764cbd3c34c07cb04c646dc385f65be5b /components/test
parent5fd85a26e10f4356f2efe996a97e5b2e459414b7 (diff)
downloadchromium_src-24c2320d87a6b86dcadf39c8382863b018b67cf0.zip
chromium_src-24c2320d87a6b86dcadf39c8382863b018b67cf0.tar.gz
chromium_src-24c2320d87a6b86dcadf39c8382863b018b67cf0.tar.bz2
[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}
Diffstat (limited to 'components/test')
-rw-r--r--components/test/data/password_manager/automated_tests/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/test/data/password_manager/automated_tests/tests.py b/components/test/data/password_manager/automated_tests/tests.py
index 6c92c7c..ce7a809 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -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(?).