desktop-qa-automation/tests/settings
Jakub Sokołowski 1d5ca2dc7b
fix(all): refactor killing processes and waiting
* Use `psutils.pid_exists()` instead of iterating processes for no reason.
* Drop use of recursion which is completely unnecessarily complex. Use loop.
* Remove checking of `returncode` right away after process starts, it's too soon.
* Lower `PROCESS_TIMEOUT_SEC` to 5 seconds to avoid needless delays.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-12-01 14:48:46 +01:00
..
settings_keycard chore: reorganise wallet tests (#355) 2023-12-01 15:56:57 +03:00
settings_messaging chore: comment out messaging tests because of bug 2023-11-28 17:10:38 +03:00
settings_profile Fix/147 test sync device (#157) 2023-10-09 19:04:29 +02:00
settings_wallet Test/test settings messaging identity verification (#341) 2023-11-28 15:26:05 +03:00
__init__.py chore: tests ordering and tesseract removal (#145) 2023-10-06 17:32:08 +06:00
test_settings_back_up_seed.py chore: make the verification of banner conditional in back up seed phrase test (#321) 2023-11-20 16:06:02 +03:00
test_settings_sign_out_and_quit.py fix(all): refactor killing processes and waiting 2023-12-01 14:48:46 +01:00