Skip to content

Commit d8b6df5

Browse files
test(color-picker-web): update snapshot
1 parent f7f6353 commit d8b6df5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/pluggableWidgets/color-picker-web/src/components/__tests__/__snapshots__/ColorPickerSnapshots.spec.tsx.snap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ exports[`ColorPicker with a mode as inline renders with the structure 1`] = `
5252
>
5353
<sketch-picker
5454
color="#000000"
55-
disablealpha=""
55+
disablealpha="true"
56+
disabled="false"
57+
displaycolorpicker="false"
5658
/>
5759
</div>
5860
</div>

0 commit comments

Comments
 (0)