Skip to content

Commit

Permalink
test(snapshot): update some test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Dec 24, 2023
1 parent c46bc4a commit 0980e6a
Show file tree
Hide file tree
Showing 30 changed files with 3,265 additions and 5,102 deletions.
29 changes: 17 additions & 12 deletions src/test/About/__snapshots__/About.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,39 @@
exports[`<About /> renders correctly 1`] = `
<div>
About
<article
className="pf-c-card"
<div
className="pf-v5-c-card"
data-ouia-component-id="OUIA-Generated-Card-1"
data-ouia-component-type="PF4/Card"
data-ouia-component-type="PF5/Card"
data-ouia-safe={true}
id=""
>
<div
className="pf-c-card__header"
className="pf-v5-c-card__header"
>
<img
alt="Cryostat"
className="pf-c-brand cryostat-logo"
src="test-file-stub"
/>
<div
className="pf-v5-c-card__header-main"
>
<img
alt="Cryostat"
className="pf-v5-c-brand cryostat-logo"
src="test-file-stub"
style={Object {}}
/>
</div>
</div>
<div
className="pf-c-card__body"
className="pf-v5-c-card__body"
>
<div>
AboutDescription
</div>
</div>
<div
className="pf-c-card__footer"
className="pf-v5-c-card__footer"
>
Copyright The Cryostat Authors, The Apache License, Version 2.0
</div>
</article>
</div>
</div>
`;
Loading

0 comments on commit 0980e6a

Please sign in to comment.