test(legal): add test for the legal notice view

Added tests for the legal notice view (LegalNoticeView.vue).
This commit is contained in:
2026-08-06 23:43:33 +02:00
parent f7358ceb34
commit f73e2edae7
2 changed files with 79 additions and 1 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ onMounted(async () => {
</h1>
</header>
<main>
<div v-if="loading">
<div class="legal-notice-loading" v-if="loading">
{{ t('loading') }}
</div>
<div class="error" v-else-if="legalNoticeError">