From 264af447963d335f05edf8b986a8e4dfa2288856 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Fri, 12 Jan 2024 08:38:34 +0100 Subject: [PATCH] chore: remove only from cypress test --- cypress/integration/routes.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/routes.cy.js b/cypress/integration/routes.cy.js index 62062a291..0e12826e4 100644 --- a/cypress/integration/routes.cy.js +++ b/cypress/integration/routes.cy.js @@ -155,7 +155,7 @@ context('Routes', () => { cy.get('button').contains('Exit download mode').should('be.visible') }) - it.only('loads download page for new map', () => { + it('loads download page for new map', () => { cy.visit('/', EXTENDED_TIMEOUT) cy.get('canvas.maplibregl-canvas').should('be.visible')