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 b12a7c3 commit 906f64dCopy full SHA for 906f64d
bin/accessibility-automation/helper.js
@@ -271,7 +271,7 @@ exports.setAccessibilityEventListeners = (bsConfig) => {
271
const fileName = path.basename(file);
272
console.log(`fileName123: ${fileName}`);
273
sendData(`bstack-${fileName}`);
274
- if(true || fileName == 'e2e.js' || fileName == 'e2e.ts' || fileName == 'component.ts' || fileName == 'component.js') {
+ if(fileName == 'e2e.js' || fileName == 'e2e.ts' || fileName == 'component.ts' || fileName == 'component.js') {
275
console.log(`Adding accessibility event listeners to ${file}`);
276
// browserStackLog(`Adding accessibility event listeners to ${file}`);
277
sendData(`Adding accessibility event listeners to ${file}`);
0 commit comments