fixed frontend tests

This commit is contained in:
ogerly 2022-05-18 15:45:47 +02:00
parent 247b90b761
commit 7fc2ff9f5a

View File

@ -43,18 +43,6 @@ describe('AuthLayout', () => {
it('has Component AuthMobileStart', () => {
expect(wrapper.findComponent({ name: 'AuthMobileStart' }).exists()).toBe(true)
})
it('has Component AuthNavbar', () => {
expect(wrapper.findComponent({ name: 'AuthNavbar' }).exists()).toBe(false)
})
it('has Component AuthCarousel', () => {
expect(wrapper.findComponent({ name: 'AuthCarousel' }).exists()).toBe(false)
})
it('has Component AuthFooter', () => {
expect(wrapper.findComponent({ name: 'AuthFooter' }).exists()).toBe(false)
})
})
describe('Desktop Version Start', () => {