Stop the Xcode Navigator sidebar switching from the Test Navigator to the Debug Navigator at the start of every new UI test

In previous Xcode builds, when running UI tests on my app, the Navigator sidebar would remain on the Test Navigator tab and it would be easy to track how many tests have ran/remain and which have passed/failed.

Starting with Xcode 12.5 (and possibly earlier) at the start of each new UI test, the Navigator automatically switches to the Debug tab and I have to manually switch back to the Test tab after each test.

How can I keep the Navigator locked to the "Test" tab for the entire duration of all my tests?

Xcode 12.5