Skip to content

Commit

Permalink
test(CheckboxSelect): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
adamviktora committed Jan 6, 2025
1 parent 17e56e4 commit 038775f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ exports[`opened checkbox select snapshot 1`] = `
>
<label
class="pf-v5-c-menu__item"
for="generated-id"
for="pf-random-id-0"
tabindex="-1"
>
<span
Expand All @@ -121,7 +121,7 @@ exports[`opened checkbox select snapshot 1`] = `
data-ouia-component-id="OUIA-Generated-Checkbox-1"
data-ouia-component-type="PF5/Checkbox"
data-ouia-safe="true"
id="generated-id"
id="pf-random-id-0"
type="checkbox"
/>
</span>
Expand All @@ -140,7 +140,7 @@ exports[`opened checkbox select snapshot 1`] = `
>
<label
class="pf-v5-c-menu__item"
for="generated-id"
for="pf-random-id-1"
tabindex="-1"
>
<span
Expand All @@ -159,7 +159,7 @@ exports[`opened checkbox select snapshot 1`] = `
data-ouia-component-id="OUIA-Generated-Checkbox-2"
data-ouia-component-type="PF5/Checkbox"
data-ouia-safe="true"
id="generated-id"
id="pf-random-id-1"
type="checkbox"
/>
</span>
Expand All @@ -178,7 +178,7 @@ exports[`opened checkbox select snapshot 1`] = `
>
<label
class="pf-v5-c-menu__item"
for="generated-id"
for="pf-random-id-2"
tabindex="-1"
>
<span
Expand All @@ -197,7 +197,7 @@ exports[`opened checkbox select snapshot 1`] = `
data-ouia-component-id="OUIA-Generated-Checkbox-3"
data-ouia-component-type="PF5/Checkbox"
data-ouia-safe="true"
id="generated-id"
id="pf-random-id-2"
type="checkbox"
/>
</span>
Expand Down

0 comments on commit 038775f

Please sign in to comment.