Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 8217e61

Browse files
committed
tests fix 2
1 parent 5723394 commit 8217e61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/__test__/AccountMenu.test.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ describe('AccountMenu', () => {
4343
fireEvent.click(screen.getByRole('button'));
4444
const menu = screen.getByRole('menu');
4545
expect(menu).toBeVisible();
46-
expect(menu).not.toBeVisible();
4746
});
4847

4948

0 commit comments

Comments
 (0)