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();