mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
integration test remove remaining windows when browser has been quit
This commit is contained in:
parent
710818f346
commit
e070f13093
@ -643,6 +643,8 @@ def run_test_step_action_quit(ctx, step):
|
||||
assert_browser(ctx)
|
||||
browser = ctx.pop('browser')
|
||||
assert browser.quit_and_wait()
|
||||
# clean up context as all windows have gone away after browser quit
|
||||
ctx.pop('windows')
|
||||
|
||||
|
||||
STEP_HANDLERS = {
|
||||
|
Loading…
Reference in New Issue
Block a user