fix: test

This commit is contained in:
Ivan Shmidt
2020-09-02 16:15:18 +02:00
parent 7834bcaa99
commit ad76c6116f
@@ -48,7 +48,7 @@ describe('Tabbed layout', () => {
<div>This will cause app to throw</div>
</Tabbed.Layout>,
),
).rejects.toThrow(/EntityPageLayout component only accepts/);
).rejects.toThrow(/This component only accepts/);
});
it('navigates when user clicks different tab', async () => {