Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido authored Sep 25, 2024
1 parent f9fa28e commit 2705d87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ describe('<LibraryCollectionPage />', () => {

// Ensure the search endpoint is called again, only once more since the recently modified call
// should not be impacted by the search
await waitFor(() => { expect(fetchMock).toHaveFetchedTimes(2, searchEndpoint, 'post'); });
await waitFor(() => { expect(fetchMock).toHaveFetchedTimes(4, searchEndpoint, 'post'); });

expect(screen.queryByText('No matching components found in this collections.')).toBeInTheDocument();
});
Expand Down

0 comments on commit 2705d87

Please sign in to comment.