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 f3dec75 commit 13dae45Copy full SHA for 13dae45
bin/accessibility-automation/cypress/index.js
@@ -424,11 +424,11 @@ Cypress.Commands.add('getAccessibilityResults', () => {
424
}
425
});
426
427
-if (!Cypress.Commands.hasOwnProperty('_myQueryAdded')) {
+if (!Cypress.Commands.hasOwnProperty('_browserstackSDKQueryAdded')) {
428
Cypress.Commands.addQuery('performScanSubjectQuery', function (chaining, setTimeout) {
429
this.set('timeout', setTimeout);
430
return () => cy.getSubjectFromChain(chaining);
431
432
- Cypress.Commands._myQueryAdded = true;
+ Cypress.Commands._browserstackSDKQueryAdded = true;
433
434
0 commit comments