diff --git a/frontend/src/pages/map/MapView.test.tsx b/frontend/src/pages/map/MapView.test.tsx index 9b76d725..707a84ac 100644 --- a/frontend/src/pages/map/MapView.test.tsx +++ b/frontend/src/pages/map/MapView.test.tsx @@ -43,7 +43,7 @@ describe('Test suite for MapView', () => { ).not.toBeInTheDocument() }) - it.only('should render the MapView with no markers on a small screen', async () => { + it('should render the MapView with no markers on a small screen', async () => { const { user } = render(, { screenWidth: themeBreakpointValues.sm - 10, withStateProvider: true,