When running a large test suite the tests push the headers off the top of the window. If you have a lot of failures and want to give up the run and filter the test set, every time you scroll up to the headers, the next test failure pulls you back to the bottom. Very frustrating.
With PR #1513 the headers are fixed at the top with flexbox and the tests scroll within their own area. Problem solved.