summaryrefslogtreecommitdiffstats
path: root/components/test/data/password_manager/automated_tests/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/test/data/password_manager/automated_tests/tests.py')
-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(?).