This commit is contained in:
Adam Harvey
2021-02-02 23:49:15 -05:00
parent 2b9d16b397
commit 81a039cc9f
@@ -50,7 +50,7 @@ describe('CatalogTable component', () => {
),
);
const errorMessage = await rendered.findByText(
/Error encountered while fetching catalog entities./,
/Could not fetch catalog entities./,
);
expect(errorMessage).toBeInTheDocument();
});