Skip to content

Commit

Permalink
SHARED(Frontend) update shared jest snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Jan 8, 2024
1 parent 985b03d commit 75b7317
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

exports[`DatePicker should render correctly 1`] = `
<div
className="MuiFormControl-root MuiTextField-root custom-date-picker css-z3c6am-MuiFormControl-root-MuiTextField-root"
onClick={[Function]}
onMouseUp={[Function]}
className="MuiFormControl-root MuiTextField-root custom-date-picker css-1u3bzj6-MuiFormControl-root-MuiTextField-root"
>
<label
className="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-sizeMedium MuiInputLabel-outlined css-1jy569b-MuiFormLabel-root-MuiInputLabel-root"
Expand All @@ -20,22 +18,17 @@ exports[`DatePicker should render correctly 1`] = `
>
<input
aria-invalid={false}
autoComplete="off"
autoFocus={false}
className="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
disabled={false}
id=":r0:"
inputMode="text"
onAnimationStart={[Function]}
onBlur={[Function]}
onChange={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onPaste={[Function]}
placeholder="MM/DD/YYYY"
readOnly={false}
placeholder="mm/dd/yyyy"
required={false}
type="text"
type="tel"
value="04/21/2022"
/>
<div
Expand Down

0 comments on commit 75b7317

Please sign in to comment.