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 d1f4225 + 1ca69ad commit 5a4fd35Copy full SHA for 5a4fd35
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