We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7951d07 commit ee7729eCopy full SHA for ee7729e
packages/driver/cypress/integration/commands/clock_spec.js
@@ -125,7 +125,7 @@ describe('src/cy/commands/clock', () => {
125
})
126
127
128
- it('overwrite gracefully', () => {
+ it('overwrites without crashing', () => {
129
Cypress.Commands.overwrite('clock', (originalCommand, ...args) => {
130
return originalCommand(...args)
131
0 commit comments