beforeEach(() => {
                // activate desktop
                spyOnProperty(window.screen, 'width').and.returnValue(1024);
                window.dispatchEvent(new Event('resize'));