Skip to content

Commit

Permalink
remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 2, 2022
1 parent 8a5f03a commit 0dd839e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe.skip('fails the test', () => {
cy.timeMark('start').wait(100).timeSince('start', 50, true)
})

it.only('fails the test if the elapsed time is above the limit (with label)', () => {
it('fails the test if the elapsed time is above the limit (with label)', () => {
cy.timeMark('start').wait(100).timeSince('start', 'waiting', 50, true)
})
})

0 comments on commit 0dd839e

Please sign in to comment.