Fix a false-positive failure that happens when running the test pass where the UI automaticn fails to press the "Halt" button because it cannot find the commander panel. This failed because, after running SPLITSCREEN, the old commander still exists as a window until the application is idle. So if the UI automatation attempts to find a window named "Commander", it may find one that it slated to be destroyed that no longer contains a commander panel.