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 aaa8881 commit 05d95dbCopy full SHA for 05d95db
accessibility/scanner/index.js
@@ -13,7 +13,7 @@ const commandsToOverride = [
13
const commandsToWrap = ['visit', 'click', 'type', 'request', 'dblclick', 'rightclick', 'clear', 'check', 'uncheck', 'select', 'trigger', 'selectFile', 'scrollIntoView', 'scroll', 'scrollTo', 'blur', 'focus', 'go', 'reload', 'submit', 'viewport', 'origin'];
14
15
const performModifiedScan = (originalFn, Subject, stateType, ...args) => {
16
- let customChaining = cy.wrap(null).performScan();
+ let customChaining = cy.wrap(null).processAccessibilityReport();
17
const updateSubj = (args, stateType, newSubject) =>
18
stateType === 'parent' ? args : [newSubject, ...args.slice(1)];
19
0 commit comments