We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03229b7 commit 2387f76Copy full SHA for 2387f76
packages/react-core/src/components/Radio/__tests__/__snapshots__/Radio.test.tsx.snap
@@ -152,17 +152,17 @@ exports[`Radio label is string 1`] = `
152
exports[`Radio labelPosition is "start" 1`] = `
153
<DocumentFragment>
154
<div
155
- class="pf-v5-c-radio"
+ class="pf-v6-c-radio"
156
>
157
<label
158
- class="pf-v5-c-radio__label"
+ class="pf-v6-c-radio__label"
159
for="check"
160
161
Radio label
162
</label>
163
<input
164
aria-invalid="false"
165
- class="pf-v5-c-radio__input"
+ class="pf-v6-c-radio__input"
166
data-ouia-component-id="OUIA-Generated-Radio-4"
167
data-ouia-component-type="PF5/Radio"
168
data-ouia-safe="true"
0 commit comments