Files
element-call/src/__snapshots__/AppBar.test.tsx.snap
T

47 lines
1.2 KiB
Plaintext
Raw Normal View History

2025-06-26 05:08:57 -04:00
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`AppBar > renders 1`] = `
<div>
<div
class="bar"
style="display: block;"
>
<header
class="header"
>
<div
class="nav leftNav"
>
<button
2026-01-05 13:55:58 +01:00
aria-labelledby="_r_0_"
2026-04-08 16:41:54 +02:00
class="_button_13vu4_8 _has-icon_13vu4_60 _icon-only_13vu4_53"
data-kind="tertiary"
data-size="lg"
2025-06-26 05:08:57 -04:00
role="button"
tabindex="0"
>
2026-04-08 16:41:54 +02:00
<svg
aria-hidden="true"
fill="currentColor"
height="24"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
2025-06-26 05:08:57 -04:00
>
2026-04-08 16:41:54 +02:00
<path
d="M12 11.034a1 1 0 0 0 .29.702l.005.005c.18.18.43.29.705.29h8a1 1 0 0 0 0-2h-5.586L22 3.445a1 1 0 0 0-1.414-1.414L14 8.617V3.031a1 1 0 1 0-2 0zm0 1.963a1 1 0 0 0-.29-.702l-.005-.004A1 1 0 0 0 11 12H3a1 1 0 1 0 0 2h5.586L2 20.586A1 1 0 1 0 3.414 22L10 15.414V21a1 1 0 0 0 2 0z"
/>
</svg>
2025-06-26 05:08:57 -04:00
</button>
</div>
<div
class="nav rightNav"
/>
</header>
</div>
<p>
This is the content.
</p>
</div>
`;