Skip to content

Commit 87ab0f8

Browse files
committed
fix snapshots
1 parent 14ceb4d commit 87ab0f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/react-core/src/deprecated/components/Wizard/__tests__/Generated/__snapshots__/WizardHeader.test.tsx.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ exports[`WizardHeader should match snapshot (auto-generated) 1`] = `
1515
string
1616
</h2>
1717
</div>
18-
<p
18+
<div
1919
class="pf-v5-c-wizard__description"
2020
id="string"
21-
/>
22-
<div>
23-
ReactNode
21+
>
22+
<div>
23+
ReactNode
24+
</div>
2425
</div>
25-
<p />
2626
</div>
2727
</DocumentFragment>
2828
`;

0 commit comments

Comments
 (0)