After we upgraded to QUnit 1.23.1, we gained support for assert.expect(). This allows us to guard against any race conditions within tests, because now expect() will be linked to the specific test instead of the current running test.
This adds three tests related to focusing selected items in the results. The tests are for e897d00 and 9f58128.
e897d00
9f58128