Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Feb 22, 2024
1 parent 6503c3d commit a2ca512
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ exports[`Storybook Tests Checkbox Invalid 1`] = `
cursor: default;
}

.c2[type='checkbox']:-moz-read-only {
cursor: default;
}

.c2[type='checkbox']:read-only {
cursor: default;
}

.c2[type='checkbox']:checked {
background-color: var(--charcoal-brand);
}
Expand Down Expand Up @@ -140,6 +148,7 @@ exports[`Storybook Tests Checkbox Invalid 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
readOnly={false}
type="checkbox"
/>
<div
Expand Down Expand Up @@ -201,6 +210,14 @@ exports[`Storybook Tests Checkbox Labelled 1`] = `
cursor: default;
}

.c2[type='checkbox']:-moz-read-only {
cursor: default;
}

.c2[type='checkbox']:read-only {
cursor: default;
}

.c2[type='checkbox']:checked {
background-color: var(--charcoal-brand);
}
Expand Down Expand Up @@ -309,6 +326,7 @@ exports[`Storybook Tests Checkbox Labelled 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
readOnly={false}
type="checkbox"
/>
<div
Expand Down Expand Up @@ -357,6 +375,7 @@ exports[`Storybook Tests Checkbox Labelled 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
readOnly={false}
type="checkbox"
/>
<div
Expand Down Expand Up @@ -429,6 +448,14 @@ exports[`Storybook Tests Checkbox Unlabelled 1`] = `
cursor: default;
}

.c2[type='checkbox']:-moz-read-only {
cursor: default;
}

.c2[type='checkbox']:read-only {
cursor: default;
}

.c2[type='checkbox']:checked {
background-color: var(--charcoal-brand);
}
Expand Down Expand Up @@ -525,6 +552,7 @@ exports[`Storybook Tests Checkbox Unlabelled 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
readOnly={false}
type="checkbox"
/>
<div
Expand Down

0 comments on commit a2ca512

Please sign in to comment.