Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: components/test/data/password_manager/automated_tests/tests.py

Issue 1143253002: [Password manager tests automation] Fixes yandex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_vube
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(?).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698