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 686f72e commit 2dc70c3Copy full SHA for 2dc70c3
lib/create-tests.ts
@@ -475,7 +475,7 @@ function createPickle(
475
})
476
.then((start) => {
477
const ensureChain = (value: any): Cypress.Chainable<any> =>
478
- Cypress.isCy(value) ? value : cy.wrap(value);
+ Cypress.isCy(value) ? value : cy.wrap(value, { log: false });
479
480
return ensureChain(
481
registry.runStepDefininition(this, text, argument)
0 commit comments