Skip to content

Commit

Permalink
Ignore tests using window_handles on Marionette due to a bug in Gecko…
Browse files Browse the repository at this point in the history
…Driver
  • Loading branch information
davehunt committed Jun 3, 2016
1 parent 39f5e16 commit 0bb2168
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

class WindowSwitchingTests(unittest.TestCase):

@pytest.mark.ignore_marionette
def testShouldSwitchFocusToANewWindowWhenItIsOpenedAndNotStopFutureOperations(self):
self._loadPage("xhtmlTest")
current = self.driver.current_window_handle
Expand Down

0 comments on commit 0bb2168

Please sign in to comment.