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 0ba5ff3 + 7fe71f1 commit 719e0c4Copy full SHA for 719e0c4
accessibility/scanner/index.js
@@ -308,7 +308,7 @@ afterEach(() => {
308
309
})
310
311
-if (!Cypress.Commands.hasOwnProperty('_lambdaTestAcessibilityQueryAdded')) {
+if (!Cypress.Commands.hasOwnProperty('_lambdaTestAcessibilityQueryAdded') && (overRideCommands)) {
312
Cypress.Commands.addQuery('performScanSubjectQuery', function (chaining, setTimeout) {
313
this.set('timeout', setTimeout);
314
return () => cy.getSubjectFromChain(chaining);
0 commit comments