30 Dec
2022
30 Dec
'22
04:25
http://bugzilla.opensuse.org/show_bug.cgi?id=1206747 http://bugzilla.opensuse.org/show_bug.cgi?id=1206747#c2 --- Comment #2 from Richard Fan <richard.fan@suse.com> --- I tried to add some debug code to close the firefox before starting the tests, I can't close the firefox daemon as well: https://openqa.opensuse.org/tests/2989224#step/firefox_audio/1 + select_console 'root-console'; + # Quit firefox if any + script_run('pkill firefox'); + my $ret = script_run('ps -ef | grep firefox | grep childID'); + if ($ret) { + die('firefox is not correctly closed, please check your setup is in right status'); + } -- You are receiving this mail because: You are on the CC list for the bug.