Skip to content

Commit cd0edd8

Browse files
committed
fix: a11y eventlistener
1 parent cfa7e23 commit cd0edd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/accessibility-automation/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const getAccessibilityCypressCommandEventListener = () => {
191191
const setAccessibilityEventListeners = () => {
192192
try {
193193
const cypressCommandEventListener = getAccessibilityCypressCommandEventListener();
194-
glob(process.cwd() + '/cypress/support/*.js', {}, (err, files) => {
194+
glob(process.cwd() + '/**/cypress/support/*.js', {}, (err, files) => {
195195
if(err) return logger.debug('EXCEPTION IN BUILD START EVENT : Unable to parse cypress support files');
196196
files.forEach(file => {
197197
try {

0 commit comments

Comments
 (0)