Skip to content

Commit f578a4a

Browse files
committed
Updated testing snapshot
Signed-off-by: Scott J Dickerson <[email protected]>
1 parent 0f04a08 commit f578a4a

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

client/src/app/components/tests/__snapshots__/StatusIcon.test.tsx.snap

+26-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,19 @@ exports[`StatusIcon Renders without crashing 1`] = `
1717
<span
1818
class="pf-v5-c-icon__content"
1919
>
20-
<test-file-stub />
20+
<svg
21+
aria-hidden="true"
22+
class="pf-v5-svg"
23+
fill="currentColor"
24+
height="1em"
25+
role="img"
26+
viewBox="0 0 512 512"
27+
width="1em"
28+
>
29+
<path
30+
d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"
31+
/>
32+
</svg>
2133
</span>
2234
</span>
2335
</div>
@@ -42,7 +54,19 @@ exports[`StatusIcon Renders without crashing 1`] = `
4254
<span
4355
class="pf-v5-c-icon__content"
4456
>
45-
<test-file-stub />
57+
<svg
58+
aria-hidden="true"
59+
class="pf-v5-svg"
60+
fill="currentColor"
61+
height="1em"
62+
role="img"
63+
viewBox="0 0 512 512"
64+
width="1em"
65+
>
66+
<path
67+
d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z"
68+
/>
69+
</svg>
4670
</span>
4771
</span>
4872
</div>

0 commit comments

Comments
 (0)