Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #14087 from zacc/bug_943595
Browse files Browse the repository at this point in the history
Bug 943595 - Add explicit wait to test_context_menu_picker.py r=Askeing
  • Loading branch information
askeing committed Nov 27, 2013
2 parents e64c724 + e29aa95 commit e737072
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -15,6 +15,7 @@ def __init__(self, marionette):
Base.__init__(self, marionette)

def switch_to_frame(self):
self.wait_for_element_displayed(*self._frame_locator)
context_menu_page_iframe = self.marionette.find_element(*self._frame_locator)
self.marionette.switch_to_frame(context_menu_page_iframe)

Expand Down

0 comments on commit e737072

Please sign in to comment.