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

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

Issue 1090853002: [Password manager tests automation] Fix yahoo website tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_runner_test
Patch Set: Created 5 years, 8 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 9281b99dc8ab9fc4eb9f8a683f7bf0520141cc2d..8727e54aa39e8884dd1774e2c6860723f7f16cd0 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -190,9 +190,9 @@ class Yahoo(WebsiteTest):
def Login(self):
self.GoTo("https://login.yahoo.com")
- self.FillUsernameInto("#username")
- self.FillPasswordInto("#passwd")
- self.Submit("#passwd")
+ self.FillUsernameInto("#login-username")
+ self.FillPasswordInto("#login-passwd")
+ self.Click("#login-signin")
class Yandex(WebsiteTest):
« 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