Skip to content

Commit

Permalink
chore(web): Stabilize e2e tests for community sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed Sep 30, 2024
1 parent 9aed977 commit ec0341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/pages/auth/components/SignUpForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export function SignUpForm({ invitationToken, email }: SignUpFormProps) {
/>
</PasswordRequirementPopover>
<Checkbox
onChange={(prev) => setAccepted(prev.target.checked)}
onChange={() => setAccepted(!accepted)}
required
label={<Accept />}
data-test-id="accept-cb"
Expand Down

0 comments on commit ec0341d

Please sign in to comment.