Skip to content

Commit 13dae45

Browse files
committed
change boolean state name
1 parent f3dec75 commit 13dae45

File tree

1 file changed

+2
-2
lines changed
  • bin/accessibility-automation/cypress

1 file changed

+2
-2
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,11 +424,11 @@ Cypress.Commands.add('getAccessibilityResults', () => {
424424
}
425425
});
426426

427-
if (!Cypress.Commands.hasOwnProperty('_myQueryAdded')) {
427+
if (!Cypress.Commands.hasOwnProperty('_browserstackSDKQueryAdded')) {
428428
Cypress.Commands.addQuery('performScanSubjectQuery', function (chaining, setTimeout) {
429429
this.set('timeout', setTimeout);
430430
return () => cy.getSubjectFromChain(chaining);
431431
});
432-
Cypress.Commands._myQueryAdded = true;
432+
Cypress.Commands._browserstackSDKQueryAdded = true;
433433
}
434434

0 commit comments

Comments
 (0)