mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 00:50:03 +00:00
fixing profile test
This commit is contained in:
parent
aeca7d9ead
commit
3a69d52dc8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user