generated from Seekra/repository-template
test(legal): add test for the legal notice view
Added tests for the legal notice view (LegalNoticeView.vue).
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user