Skip to content

Commit

Permalink
fix(clerk-js): Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelscruz authored and octoper committed Jan 11, 2024
1 parent 7bc31ed commit ee9bc89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/yellow-frogs-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ describe('SignInFactorOne', () => {

const { userEvent } = render(<SignInFactorOne />, { wrapper });
await userEvent.click(screen.getByText('Use another method'));
await userEvent.click(screen.getByText('Back'));
await userEvent.click(screen.getByText('Back to previous method'));
screen.getByText('Enter your password');
});

Expand Down

0 comments on commit ee9bc89

Please sign in to comment.