From 7fc2ff9f5a172acd3300548044a7c6eafa81e82e Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 18 May 2022 15:45:47 +0200 Subject: [PATCH] fixed frontend tests --- frontend/src/layouts/AuthLayout.spec.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/frontend/src/layouts/AuthLayout.spec.js b/frontend/src/layouts/AuthLayout.spec.js index 451edaed6..dd2d2cab3 100644 --- a/frontend/src/layouts/AuthLayout.spec.js +++ b/frontend/src/layouts/AuthLayout.spec.js @@ -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', () => {