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 532d703 commit 048cfd6Copy full SHA for 048cfd6
bin/accessibility-automation/helper.js
@@ -231,6 +231,7 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
231
const defaultFileContent = fs.readFileSync(file, {encoding: 'utf-8'});
232
let cypressCommandEventListener = getAccessibilityCypressCommandEventListener(path.extname(file));
233
const alreadyIncludes = defaultFileContent.includes(cypressCommandEventListener);
234
+ console.log(`alreadyIncludes: ${alreadyIncludes}, file: ${file}`);
235
if(!alreadyIncludes) {
236
let newFileContent = defaultFileContent +
237
'\n' +
0 commit comments