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.
2 parents dfb813e + 719e0c4 commit bc7d7c5Copy full SHA for bc7d7c5
accessibility/scanner/index.js
@@ -313,7 +313,7 @@ afterEach(() => {
313
314
})
315
316
-if (!Cypress.Commands.hasOwnProperty('_lambdaTestAcessibilityQueryAdded')) {
+if (!Cypress.Commands.hasOwnProperty('_lambdaTestAcessibilityQueryAdded') && (overRideCommands)) {
317
Cypress.Commands.addQuery('performScanSubjectQuery', function (chaining, setTimeout) {
318
this.set('timeout', setTimeout);
319
return () => cy.getSubjectFromChain(chaining);
0 commit comments