From d05a78ce97332f3cbd4c443fab39a83092b61692 Mon Sep 17 00:00:00 2001 From: Jannik Pulfer Date: Fri, 15 Nov 2024 16:10:23 +0100 Subject: [PATCH] Remove .only --- frontend/cypress/e2e/objective.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress/e2e/objective.cy.ts b/frontend/cypress/e2e/objective.cy.ts index ad0d351f06..ef9bbf0961 100644 --- a/frontend/cypress/e2e/objective.cy.ts +++ b/frontend/cypress/e2e/objective.cy.ts @@ -140,7 +140,7 @@ describe('OKR Objective e2e tests', () => { op.getObjectiveByNameAndState('This objective will be returned to draft state', 'draft').should('exist'); }); - it.only('Ongoing objective back to draft state', () => { + it('Ongoing objective back to draft state', () => { onlyOn('chrome'); op.addObjective().fillObjectiveTitle('Putting this objective back to draft state will be canceled').submit();