From a2ca51220a24f0949c52a09ab2c8190d7b34129d Mon Sep 17 00:00:00 2001 From: toshusai Date: Thu, 22 Feb 2024 11:07:33 +0900 Subject: [PATCH] test: update snapshots --- .../__snapshots__/index.story.storyshot | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot b/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot index 64c19bd32..c418a1575 100644 --- a/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot +++ b/packages/react/src/components/Checkbox/__snapshots__/index.story.storyshot @@ -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); } @@ -140,6 +148,7 @@ exports[`Storybook Tests Checkbox Invalid 1`] = ` onTouchEnd={[Function]} onTouchMove={[Function]} onTouchStart={[Function]} + readOnly={false} type="checkbox" />