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