Skip to content

Commit

Permalink
More specific test name
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Manuel <[email protected]>
  • Loading branch information
2 people authored and Hugo Hache committed Dec 1, 2021
1 parent 7951d07 commit ee7729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/driver/cypress/integration/commands/clock_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('src/cy/commands/clock', () => {
})
})

it('overwrite gracefully', () => {
it('overwrites without crashing', () => {
Cypress.Commands.overwrite('clock', (originalCommand, ...args) => {
return originalCommand(...args)
})
Expand Down

0 comments on commit ee7729e

Please sign in to comment.