diff --git a/plugins/catalog/src/components/EntityPageLayout/Tabbed/Tabbed.test.tsx b/plugins/catalog/src/components/EntityPageLayout/Tabbed/Tabbed.test.tsx index da1e696fde..d5ca9170a2 100644 --- a/plugins/catalog/src/components/EntityPageLayout/Tabbed/Tabbed.test.tsx +++ b/plugins/catalog/src/components/EntityPageLayout/Tabbed/Tabbed.test.tsx @@ -48,7 +48,7 @@ describe('Tabbed layout', () => {
This will cause app to throw
, ), - ).rejects.toThrow(/EntityPageLayout component only accepts/); + ).rejects.toThrow(/This component only accepts/); }); it('navigates when user clicks different tab', async () => {