Skip to content

Commit

Permalink
Merge pull request #58 from chmanchester/winhandles
Browse files Browse the repository at this point in the history
Remove assertion about the count of open windows pending fix to marionet...
  • Loading branch information
jgraham committed Nov 26, 2014
2 parents 875c860 + 97a13c8 commit d3b34f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wptrunner/executors/executormarionette.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ def __init__(self, *args, **kwargs):
self.script = open(os.path.join(here, "testharness_marionette.js")).read()

def do_test(self, test, timeout):
assert len(self.marionette.window_handles) == 1
if self.close_after_done:
self.marionette.execute_script("if (window.wrappedJSObject.win) {window.wrappedJSObject.win.close()}")

Expand Down

0 comments on commit d3b34f7

Please sign in to comment.