Skip to content

Commit ee7729e

Browse files
Hugo-Hacheryanthemanuel
authored andcommitted
More specific test name
Co-authored-by: Ryan Manuel <ryanm@cypress.io>
1 parent 7951d07 commit ee7729e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/cypress/integration/commands/clock_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('src/cy/commands/clock', () => {
125125
})
126126
})
127127

128-
it('overwrite gracefully', () => {
128+
it('overwrites without crashing', () => {
129129
Cypress.Commands.overwrite('clock', (originalCommand, ...args) => {
130130
return originalCommand(...args)
131131
})

0 commit comments

Comments
 (0)