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', () => {