test(vscode): popen call does not have to be the only one
Description
Fixed a bug in the test case that would cause the test to crash if it is the first test in the randomized test suite: The BECWidget base class uses popen to determine the OS theme, hence the check "assert_called_once" within the test would fail as popen was called multiple times already.