test: fix UserIdentity tests

This commit is contained in:
mkorwel
2026-04-17 20:03:15 +00:00
parent 3d5589c31d
commit 0294f129bb
@@ -134,6 +134,7 @@ describe('<UserIdentity />', () => {
const { lastFrame, unmount } = await renderWithProviders(
<UserIdentity config={mockConfig} />,
{ allowEmptyFrame: true },
);
expect(lastFrame({ allowEmpty: true })).toBe('');