Skip to content

Commit

Permalink
Try to fix more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Dec 17, 2024
1 parent 6a9c847 commit b5cfc20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/gui/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ def test_app_new_window(qtbot):
)
assert wins == (start_wins + 3)

app.player.cleanup()

app.closeAllWindows()


Expand Down Expand Up @@ -448,3 +450,5 @@ def toggle_and_verify_visibility(expected_visibility: bool = True):

# Toggle instance visibility with shortcut, showing instances
toggle_and_verify_visibility(True)

window.player.cleanup()

0 comments on commit b5cfc20

Please sign in to comment.