fixing profile test

This commit is contained in:
Roland Osborne 2023-02-09 10:48:48 -08:00
parent aeca7d9ead
commit 3a69d52dc8

View File

@ -113,10 +113,6 @@ test('testing', async () => {
await profile.actions.clearSession();
});
await waitFor(async () => {
expect(screen.getByTestId('name').props.children).toBe(undefined);
});
await act(async () => {
identity = { name: 'jester' };
const profile = screen.getByTestId('profile').props.profile;