mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +03:00
Test: Monkey driver: Fix blocking for *all* windows.
This commit is contained in:
parent
d676c7e5b6
commit
9a90babfa1
@ -60,7 +60,7 @@ def conds_met(ctx, conds):
|
||||
assert(status == "complete") # TODO: Add more status support?
|
||||
if window == "*all*":
|
||||
for win in ctx['windows'].items():
|
||||
if win.throbbing:
|
||||
if win[1].throbbing:
|
||||
return False
|
||||
else:
|
||||
win = ctx['windows'][window]
|
||||
|
Loading…
Reference in New Issue
Block a user