Skip to content

appiumtests/mediacontrollertest: ensure the player process actually quits

Fushan Wen requested to merge work/fuf/quitloop into master

Use Popen.wait after Popen.terminate to make sure the player process actually quits before starting the next test, otherwise the result will be inaccurate.

Fixes ResourceWarning: subprocess <pid> is still running

Merge request reports