Files
mobilizon-frontend/tests/unit/specs/views/Group/__snapshots__/GroupSettings.spec.ts.snap
2025-11-29 19:14:27 +01:00

20 lines
707 B
Plaintext

// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`GroupSettings > Show simple 1`] = `
"<div>
<breadcrumbs-nav links="[object Object],[object Object],[object Object]"></breadcrumbs-nav>
<transition-stub name="fade" appear="false" persisted="false" css="true">
<!---->
</transition-stub>
<transition-stub name="fade" appear="false" persisted="false" css="true">
<article data-oruga="notification" class="o-notification o-notification--top">
<!---->
<div class="o-notification__wrapper">
<!---->
<div class="o-notification__content">You are not an administrator for this group.</div>
</div>
</article>
</transition-stub>
</div>"
`;