Skip to content

Commit

Permalink
Update RequestsFilters.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandupatla authored Jul 4, 2023
1 parent bd398ed commit 436f191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/RequestsFilters/RequestsFilters.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ describe('RequestsFilters', () => {
expect(screen.getByText(/PickupServicePointFilter/i)).toBeInTheDocument();
});
it('should render the MultiSelectionFilter', () => {
screen.debug();
expect(screen.getByText(/MultiSelectionFilter/i)).toBeInTheDocument();
});
it('should not render RequestLevelFilter when titleLevelRequestsFeatureEnabled is false', () => {
Expand Down

0 comments on commit 436f191

Please sign in to comment.