From ad76c6116fb68ade5f627e2e0c6c28b64b0ea093 Mon Sep 17 00:00:00 2001 From: Ivan Shmidt Date: Wed, 2 Sep 2020 16:15:18 +0200 Subject: [PATCH] fix: test --- .../src/components/EntityPageLayout/Tabbed/Tabbed.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {