Skip to content

Commit

Permalink
Try Fix 1
Browse files Browse the repository at this point in the history
  • Loading branch information
proneon267 committed Dec 5, 2024
1 parent 70bedb4 commit 081c5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testbed/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ async def window_cleanup(app, app_probe, main_window, main_window_probe):
window.close()
await main_window_probe.wait_for_window(
"Closing window",
minimize=True if window_state == WindowState.MINIMIZED else False,
full_screen=True if window_state == WindowState.FULLSCREEN else False,
)
del window
Expand Down

0 comments on commit 081c5bf

Please sign in to comment.