| Index: components/test/data/password_manager/automated_tests/tests.py
|
| diff --git a/components/test/data/password_manager/automated_tests/tests.py b/components/test/data/password_manager/automated_tests/tests.py
|
| index 6c92c7cfae4d0dac056bcbe00b2a34275f3f6939..ce7a809d7f29acb777f3b99c700534bd349de520 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(?).
|
|
|