Compare commits

...

2 Commits

Author SHA1 Message Date
Дамян Минков
128012afd9 Update wdio.conf.ts 2025-09-19 11:37:05 -05:00
damencho
e1bf0cf3a1 drop: debug. 2025-09-19 07:48:20 -05:00

View File

@@ -58,7 +58,7 @@ const chromePreferences = {
};
const specs = [
'specs/**/*.spec.ts'
'specs/**/chat.spec.ts'
];
/**