corrected test names

This commit is contained in:
Ulf Gebhardt 2024-01-20 10:03:35 +01:00
parent be6c299a88
commit 11a136867e
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
import TopMenu from './TopMenu.vue'
describe('FooterMenu', () => {
describe('TopMenu', () => {
const wrapper = mount(VApp, {
slots: {
default: h(TopMenu),

View File

@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
import AboutPage from './+Page.vue'
describe('DataPrivacyPage', () => {
describe('AboutPage', () => {
const wrapper = mount(VApp, {
slots: {
default: h(AboutPage as Component),

View File

@ -5,7 +5,7 @@ import { VApp } from 'vuetify/components'
import AppPage from './+Page.vue'
describe('DataPrivacyPage', () => {
describe('AppPage', () => {
const wrapper = mount(VApp, {
slots: {
default: h(AppPage as Component),