Fix tests
This commit is contained in:
@@ -61,7 +61,7 @@ describe('ApiCatalogTable component', () => {
|
||||
),
|
||||
);
|
||||
const errorMessage = await rendered.findByText(
|
||||
/Error encountered while fetching catalog entities./,
|
||||
/Could not fetch catalog entities./,
|
||||
);
|
||||
expect(errorMessage).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user