When a user changes specs in open mode while the failed test toggle is checked, the user experience is that the next spec will show no available tests.
This effort adds logic for the failedTestToggle to be reset when changing specs in open mode, so that when a user leaves the spec they currently are filtering for failed tests, the new spec will have a clean unfiltered state.
Relates to: #5
When a user changes specs in
open
mode while the failed test toggle is checked, the user experience is that the next spec will show no available tests.This effort adds logic for the failedTestToggle to be reset when changing specs in
open
mode, so that when a user leaves the spec they currently are filtering for failed tests, the new spec will have a clean unfiltered state.