Skip to content

Commit

Permalink
test(clerk-js): Remove skipped tests from PasswordSection (#2582)
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef authored Jan 15, 2024
1 parent 7ba60d2 commit 785382a
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 182 deletions.
2 changes: 2 additions & 0 deletions .changeset/twelve-lions-remain.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 @@ -135,6 +135,7 @@ export const PasswordForm = withCardStateProvider((props: PasswordFormProps) =>
{/* For password managers */}
<input
readOnly
data-testid='hidden-identifier'
id='identifier-field'
name='identifier'
value={session?.publicUserData.identifier || ''}
Expand Down
Loading

0 comments on commit 785382a

Please sign in to comment.