Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Updated test case for Sign in Link Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Rioba-Ian committed Apr 29, 2023
1 parent dc0afea commit 7d29fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/__tests__/Navbar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ describe('Navbar', () => {

// check that the login and signup buttons are rendered
expect(screen.getByText('Login')).toBeInTheDocument();
expect(screen.getByText('Signup')).toBeInTheDocument();
expect(screen.getByText('Sign in')).toBeInTheDocument();
});
});

0 comments on commit 7d29fe9

Please sign in to comment.