Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Oct 18, 2024
1 parent 35c151a commit 461983a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Navbar', function () {
});

render(Navbar);
screen.logTestingPlaygroundURL();

expect(screen.getByTestId('usermenu')).toBeVisible();
expect(screen.getByText('mail@example.org')).toBeVisible();
});
Expand Down

0 comments on commit 461983a

Please sign in to comment.