From 201f54f37bc3ad79ccfd0fd6c5b42291727eecbb Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Fri, 29 Sep 2023 15:27:47 +0200 Subject: [PATCH] fix: remove only --- cypress/integration/usersettings.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/usersettings.cy.js b/cypress/integration/usersettings.cy.js index da4f4bd01..3eeebb744 100644 --- a/cypress/integration/usersettings.cy.js +++ b/cypress/integration/usersettings.cy.js @@ -67,7 +67,7 @@ describe('userSettings', () => { }) }) - it.only('uses the correct name property', () => { + it('uses the correct name property', () => { cy.request({ method: 'POST', url: `${getApiBaseUrl()}/api/userSettings/keyAnalysisDisplayProperty`,