Skip to content

Commit

Permalink
fix: update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
mirovladimitrovski committed Oct 25, 2023
1 parent 0b35179 commit c8f9cd3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/components/Account/__snapshots__/Account.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ exports[`<Account> > renders and matches snapshot 1`] = `
>
<div
class="_checkbox_531f07"
data-testid="crf-undefined"
>
<div
class="_row_531f07"
>
<input
data-testid="crf-undefined"
id="check-box_1235_consentsValues.marketing"
name="consentsValues.marketing"
type="checkbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Checkbox> 1`] = `
<div>
<div
class="_checkbox_531f07"
data-testid="crf-checkbox"
>
<div
class="_row_531f07"
>
<input
data-testid="crf-checkbox"
id="check-box_1235_name"
name="name"
type="checkbox"
Expand All @@ -29,6 +29,7 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="co
<div>
<div
class="_container_bb73c6 _fullWidth_bb73c6 _medium_bb73c6"
data-testid="crf-country"
>
<label
class="_label_bb73c6"
Expand All @@ -45,7 +46,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="co
<select
aria-required="false"
class="_select_bb73c6"
data-testid="crf-country"
id="1235"
name="name"
>
Expand Down Expand Up @@ -1548,6 +1548,7 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="da
<div
class="_dateField_eb6974"
data-testid="crf-datepicker"
id="text-field_1235_name"
>
<label
class="_label_eb6974"
Expand All @@ -1563,7 +1564,7 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="da
>
<input
class="_hiddenInput_eb6974"
id="text-field_1235_name"
id="text-field_1235_name-hidden"
name="name"
/>
<input
Expand Down Expand Up @@ -1604,12 +1605,12 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="ra
<div>
<div
class="_checkbox_531f07"
data-testid="crf-randomstring"
>
<div
class="_row_531f07"
>
<input
data-testid="crf-randomstring"
id="check-box_1235_name"
name="name"
type="checkbox"
Expand All @@ -1629,6 +1630,7 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="se
<div>
<div
class="_container_bb73c6 _fullWidth_bb73c6 _medium_bb73c6"
data-testid="crf-select"
>
<label
class="_label_bb73c6"
Expand All @@ -1645,7 +1647,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="se
<select
aria-required="false"
class="_select_bb73c6"
data-testid="crf-select"
id="1235"
name="name"
/>
Expand All @@ -1658,6 +1659,7 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
<div>
<div
class="_container_bb73c6 _fullWidth_bb73c6 _medium_bb73c6"
data-testid="crf-us_state"
>
<label
class="_label_bb73c6"
Expand All @@ -1674,7 +1676,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Dropdown type="us
<select
aria-required="false"
class="_select_bb73c6"
data-testid="crf-us_state"
id="1235"
name="name"
>
Expand Down Expand Up @@ -1998,6 +1999,7 @@ exports[`<CustomRegisterField> > renders and matches snapshot <Radio> 1`] = `
>
<div
class="_header_d50e6e"
data-testid="radio-header"
>
label
<span>
Expand All @@ -2012,6 +2014,7 @@ exports[`<CustomRegisterField> > renders and matches snapshot <TextField> 1`] =
<div>
<div
class="_textField_e16c1b"
data-testid="crf-input"
>
<label
class="_label_e16c1b"
Expand All @@ -2027,7 +2030,6 @@ exports[`<CustomRegisterField> > renders and matches snapshot <TextField> 1`] =
>
<input
class="_input_e16c1b"
data-testid="crf-input"
id="text-field_1235_name"
name="name"
type="text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ exports[`<PersonalDetailsForm> > Renders with errors 1`] = `
</div>
<div
class="_dateField_eb6974 _error_eb6974"
id="text-field_1235_birthDate"
>
<label
class="_label_eb6974"
Expand All @@ -286,7 +287,7 @@ exports[`<PersonalDetailsForm> > Renders with errors 1`] = `
>
<input
class="_hiddenInput_eb6974"
id="text-field_1235_birthDate"
id="text-field_1235_birthDate-hidden"
name="birthDate"
/>
<input
Expand Down Expand Up @@ -379,6 +380,7 @@ exports[`<PersonalDetailsForm> > Renders with errors 1`] = `
<div>
<div
class="_header_d50e6e"
data-testid="radio-header"
>
Is this a question?
<span>
Expand Down Expand Up @@ -691,6 +693,7 @@ exports[`<PersonalDetailsForm> > Renders without crashing 1`] = `
</div>
<div
class="_dateField_eb6974"
id="text-field_1235_birthDate"
>
<label
class="_label_eb6974"
Expand All @@ -703,7 +706,7 @@ exports[`<PersonalDetailsForm> > Renders without crashing 1`] = `
>
<input
class="_hiddenInput_eb6974"
id="text-field_1235_birthDate"
id="text-field_1235_birthDate-hidden"
name="birthDate"
/>
<input
Expand Down Expand Up @@ -786,6 +789,7 @@ exports[`<PersonalDetailsForm> > Renders without crashing 1`] = `
<div>
<div
class="_header_d50e6e"
data-testid="radio-header"
>
Is this a question?
<span>
Expand Down
1 change: 1 addition & 0 deletions src/components/Radio/__snapshots__/Radio.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exports[`<Radio> > renders and matches snapshot 1`] = `
<div>
<div
class="_header_d50e6e"
data-testid="radio-header"
>
Choose a Value
<span>
Expand Down

0 comments on commit c8f9cd3

Please sign in to comment.