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 aadcb60 commit 9bad387Copy full SHA for 9bad387
cypress/integration/examples/misc.spec.js
@@ -89,8 +89,11 @@ context('Misc', () => {
89
scale: false,
90
disableTimersAndAnimations: true,
91
screenshotOnRunFailure: true,
92
- beforeScreenshot () { },
93
- afterScreenshot () { },
+ // TODO: remove this when Cypress typedefs are fixed
+ // https://github.com/cypress-io/cypress/pull/7445
94
+ // @ts-ignore
95
+ onBeforeScreenshot () { },
96
+ onAfterScreenshot () { },
97
})
98
99
0 commit comments