Skip to content

Commit

Permalink
refactor(@clayui/checkbox): LPD-1815 Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzamcmed committed May 27, 2024
1 parent 4581ead commit 0c27a49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/clay-card/src/__tests__/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ exports[`ClayCard renders a ClayCard as a selectable file card 1`] = `
>
<label>
<input
aria-disabled="false"
class="custom-control-input"
type="checkbox"
/>
Expand Down Expand Up @@ -268,6 +269,7 @@ exports[`ClayCard renders a ClayCard as a selectable folder 1`] = `
>
<label>
<input
aria-disabled="false"
class="custom-control-input"
type="checkbox"
/>
Expand Down Expand Up @@ -342,6 +344,7 @@ exports[`ClayCard renders a ClayCard as a selectable image card 1`] = `
>
<label>
<input
aria-disabled="false"
class="custom-control-input"
type="checkbox"
/>
Expand Down Expand Up @@ -827,6 +830,7 @@ exports[`ClayCard renders a ClayCard as user selectable card 1`] = `
>
<label>
<input
aria-disabled="false"
class="custom-control-input"
type="checkbox"
/>
Expand Down Expand Up @@ -931,6 +935,7 @@ exports[`ClayCard renders a ClayCard with an active selected state 1`] = `
>
<label>
<input
aria-disabled="false"
class="custom-control-input"
type="checkbox"
/>
Expand Down Expand Up @@ -1381,6 +1386,7 @@ exports[`ClayCardWithHorizontal renders as disabled 1`] = `
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down Expand Up @@ -1742,6 +1748,7 @@ exports[`ClayCardWithInfo renders as disabled 1`] = `
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down Expand Up @@ -1828,6 +1835,7 @@ exports[`ClayCardWithInfo renders as file card specifying the displayType 1`] =
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down Expand Up @@ -1914,6 +1922,7 @@ exports[`ClayCardWithInfo renders as image card specifying imageProps and not th
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down Expand Up @@ -1992,6 +2001,7 @@ exports[`ClayCardWithInfo renders as image card specifying the displayType and i
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down Expand Up @@ -2070,6 +2080,7 @@ exports[`ClayCardWithInfo renders as image card specifying the displayType and n
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down Expand Up @@ -3033,6 +3044,7 @@ exports[`ClayCardWithUser renders as disabled 1`] = `
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ exports[`ClayCheckbox render as read only 1`] = `
>
<label>
<input
aria-disabled="true"
checked=""
class="custom-control-input"
readonly=""
Expand Down Expand Up @@ -77,6 +76,7 @@ exports[`ClayCheckbox renders as checked and disabled 1`] = `
>
<label>
<input
aria-disabled="true"
checked=""
class="custom-control-input"
disabled=""
Expand All @@ -103,6 +103,7 @@ exports[`ClayCheckbox renders as disabled 1`] = `
>
<label>
<input
aria-disabled="true"
class="custom-control-input"
disabled=""
type="checkbox"
Expand Down Expand Up @@ -177,6 +178,7 @@ exports[`ClayCheckbox renders with an indeterminate value and disabled 1`] = `
>
<label>
<input
aria-disabled="true"
checked=""
class="custom-control-input"
disabled=""
Expand Down

0 comments on commit 0c27a49

Please sign in to comment.