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 f9ba18f commit 4d8bbc7Copy full SHA for 4d8bbc7
accessibility/scanner/index.js
@@ -220,11 +220,6 @@ function oldprocessAccessibilityReport(win){
220
221
const overRideCommands = Cypress.env("ACCESSIBILITY_OVERIDE_COMMANDS") || false;
222
if (overRideCommands) {
223
- let isAccessibilityLoaded = Cypress.env("ACCESSIBILITY") || false;
224
- if (!isAccessibilityLoaded){
225
- console.log('log', "accessibility not enabled " + isAccessibilityLoaded);
226
- return ;
227
- }
228
commandsToOverride.forEach((command) => {
229
Cypress.Commands.overwrite(command, (originalFn, url, options) => {
230
let isAccessibilityLoaded = Cypress.env("ACCESSIBILITY") || false;
0 commit comments