You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the JS code allows for filters to stack or some such nonsense 😈
If I click on fail number and that removes all the tests, and then I click on success which shows me 50% of the tests. If keep clicking on success it toggles between 50% and 0% instead of 50% and 100% which is what I would expect.
A visual indication of what filters are in play would also be awesome.
The text was updated successfully, but these errors were encountered:
This is the expected behavior. The filters turn on/off the display of those tests. Click 'Passing' it will show you all passing tests. Click 'Failed' and it will show failed tests, in addition to the passing tests that were already showing. Think of the filters as checkboxes and not a radio button group. We could argue which functionality is more 'expected' but it is by no means broken in its current state. It works as intended.
There are multiple visual indicators as to what filter(s) are active. In the main summary, an active filter will have bold colored text.The active filters are also underlined in each test summary. I'll concede that these indicators may be too subtle. I can look at enhancing them in a future update.
It looks like the JS code allows for filters to stack or some such nonsense 😈
If I click on fail number and that removes all the tests, and then I click on success which shows me 50% of the tests. If keep clicking on success it toggles between 50% and 0% instead of 50% and 100% which is what I would expect.
A visual indication of what filters are in play would also be awesome.
The text was updated successfully, but these errors were encountered: