chore: remove unnecessary assert, timeout should do its job

This commit is contained in:
Anastasiya Semenkevich 2023-12-05 16:54:29 +03:00
parent c2ac1db048
commit ae0b9d4d55
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ def test_sign_out_and_quit(aut, main_screen: MainWindow):
with step('Check that app was closed'):
psutil.Process(aut.pid).wait(timeout=5)
assert aut.pid not in psutil.pids(), f"{aut.pid} is still running"