| 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")
|
|
|