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

22 lines
427 B
Plaintext
Raw Normal View History

2024-02-02 19:00:38 -06:00
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2023-09-27 17:34:41 -04:00
exports[`Toast > renders 1`] = `
2023-09-27 17:34:41 -04:00
<button
2025-06-09 11:48:01 -04:00
aria-labelledby="radix-«r4»"
2023-09-27 17:34:41 -04:00
class="overlay animate toast"
data-state="open"
2025-06-09 11:48:01 -04:00
id="radix-«r3»"
2023-09-27 17:34:41 -04:00
role="dialog"
style="pointer-events: auto;"
tabindex="-1"
type="button"
>
<h3
2025-05-28 18:04:29 -04:00
class="_typography_6v6n8_153 _font-body-sm-semibold_6v6n8_36"
2025-06-09 11:48:01 -04:00
id="radix-«r4»"
2023-09-27 17:34:41 -04:00
>
Hello world!
</h3>
</button>
`;