|
@@ -267,7 +267,8 @@ export const config: WebdriverIO.MultiremoteConfig = {
|
267
|
267
|
|
268
|
268
|
// We skip the suite tests if the suite is marked as such, we used that from firefox overwrite
|
269
|
269
|
// @ts-ignore
|
270
|
|
- if (config?.ffExcludes.some((e: string) => minimatch(args[2][0].replace('file://', ''), `${__dirname}/${e}`))) {
|
|
270
|
+ if (config?.ffExcludes?.some(
|
|
271
|
+ (e: string) => minimatch(args[2][0].replace('file://', ''), `${__dirname}/${e}`))) {
|
271
|
272
|
args[2].pop();
|
272
|
273
|
}
|
273
|
274
|
},
|