Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 15, 2024
1 parent dfbe6d7 commit d05a78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/objective.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit d05a78c

Please sign in to comment.