Skip to content

Commit 2387f76

Browse files
committed
test(Radio): update snapshot to v6
1 parent 03229b7 commit 2387f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-core/src/components/Radio/__tests__/__snapshots__/Radio.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,17 @@ exports[`Radio label is string 1`] = `
152152
exports[`Radio labelPosition is "start" 1`] = `
153153
<DocumentFragment>
154154
<div
155-
class="pf-v5-c-radio"
155+
class="pf-v6-c-radio"
156156
>
157157
<label
158-
class="pf-v5-c-radio__label"
158+
class="pf-v6-c-radio__label"
159159
for="check"
160160
>
161161
Radio label
162162
</label>
163163
<input
164164
aria-invalid="false"
165-
class="pf-v5-c-radio__input"
165+
class="pf-v6-c-radio__input"
166166
data-ouia-component-id="OUIA-Generated-Radio-4"
167167
data-ouia-component-type="PF5/Radio"
168168
data-ouia-safe="true"

0 commit comments

Comments
 (0)