Skip to content

Commit

Permalink
tests fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinhardDP committed May 23, 2024
1 parent 5723394 commit 8217e61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/__test__/AccountMenu.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ describe('AccountMenu', () => {
fireEvent.click(screen.getByRole('button'));
const menu = screen.getByRole('menu');
expect(menu).toBeVisible();
expect(menu).not.toBeVisible();
});


Expand Down

0 comments on commit 8217e61

Please sign in to comment.