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

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

Issue 1088423003: [Password manager tests automation] Fix instagram website test. (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..d3044d2245cbe3db528163f3836472f268998e90 100644
--- a/components/test/data/password_manager/automated_tests/tests.py
+++ b/components/test/data/password_manager/automated_tests/tests.py
@@ -374,14 +374,10 @@ class Flipkart(WebsiteTest):
self.Submit("#login_password")
-# Iframe, password saved but not autofilled.
class Instagram(WebsiteTest):
def Login(self):
self.GoTo("https://instagram.com/accounts/login/")
- self.Wait(5)
- frame = self.driver.find_element_by_css_selector(".hiFrame")
- self.driver.switch_to_frame(frame)
self.FillUsernameInto("#lfFieldInputUsername")
self.FillPasswordInto("#lfFieldInputPassword")
self.Submit(".lfSubmit")
« 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