Skip to content

Commit

Permalink
fix(only): removed only
Browse files Browse the repository at this point in the history
  • Loading branch information
asalem1 committed May 2, 2020
1 parent b5c3e75 commit 72e5af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/checks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Checks', () => {
})
})

it.only('should allow created checks edited checks to persist changes (especially if the value is 0)', () => {
it('should allow created checks edited checks to persist changes (especially if the value is 0)', () => {
const checkName = 'Check it out!'
// Selects the check to edit
cy.getByTestID('check-card--name').should('have.length', 1)
Expand Down

0 comments on commit 72e5af6

Please sign in to comment.