Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyZhang777 committed Mar 18, 2024
1 parent 5e8985a commit 86c6c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/FilterSearch.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ describe('search without section labels', () => {
await userEvent.click(document.body);
await userEvent.click(screen.getByRole('textbox'));
expect(executeFilterSearch).toHaveBeenCalledTimes(2);
expect(executeFilterSearch).toHaveBeenCalledTimes(2);
expect(mockedAfterDropdownInputFocus).toHaveBeenCalledTimes(2);
});
});

Expand Down

0 comments on commit 86c6c93

Please sign in to comment.