How do I extend the timeout for a specific cypress.io its-Method?
Hi Tom,
Try out these codes:
it(‘should do something’, { defaultCommandTimeout: 10000 }, () => { // … })
How do I extend the timeout for a specific cypress.io its-Method?
Hi Tom,
Try out these codes:
it(‘should do something’, { defaultCommandTimeout: 10000 }, () => { // … })