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
Since the filter component will only generate useful output if it's part of a recordings table, you could remove this mock and test the recording filter component by performing various userEvent.clicks in the ActiveRecordingsTable.test and ArchivedRecordingsTable.test. If you can find a way to test the component in it's own unit test file, that's good too.
The text was updated successfully, but these errors were encountered:
Unit tests for the search/filters component in the Active and Archived recording tables are missing unit tests.
The implementation for this feature is in #414
As of #414, the
<RecordingFilters/>
component in the recordings table toolbar is mocked out with the following:Since the filter component will only generate useful output if it's part of a recordings table, you could remove this mock and test the recording filter component by performing various
userEvent.click
s in theActiveRecordingsTable.test
andArchivedRecordingsTable.test
. If you can find a way to test the component in it's own unit test file, that's good too.The text was updated successfully, but these errors were encountered: