Skip to content

Commit

Permalink
feat: updated test snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Jun 1, 2023
1 parent f7a5249 commit 09a32ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/Radio/__snapshots__/Radio.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`<Radio> > renders and matches snapshot 1`] = `
<label
for="radio_1235_radio0"
>
value1
Label 1
</label>
</div>
<div
Expand All @@ -39,7 +39,7 @@ exports[`<Radio> > renders and matches snapshot 1`] = `
<label
for="radio_1235_radio1"
>
value2
Label 2
</label>
</div>
<div
Expand All @@ -54,7 +54,7 @@ exports[`<Radio> > renders and matches snapshot 1`] = `
<label
for="radio_1235_radio2"
>
value3
Label 3
</label>
</div>
<div
Expand Down
1 change: 0 additions & 1 deletion src/components/RegistrationForm/RegistrationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const RegistrationForm: React.FC<Props> = ({

return (
<form onSubmit={onSubmit} data-testid={testId('registration-form')} noValidate>
vvv
<h2 className={styles.title}>{t('registration.sign_up')}</h2>
{errors.form ? <FormFeedback variant="error">{errors.form}</FormFeedback> : null}
<TextField
Expand Down

0 comments on commit 09a32ae

Please sign in to comment.