fix(*): Correct the cucumber syntax

This commit is contained in:
Josh Creek
2025-04-24 20:45:29 +01:00
parent cbe12cb7b0
commit f421a0a110
+1 -1
View File
@@ -5,7 +5,7 @@ import { UploadPage } from '../pages/UploadPage.ts';
Before(function () {
if (process.env.AI_FOUNDRY_PROJECT_CONNECTION_STRING === 'test') {
console.log('Skipping in CI');
return this.skip();
return 'skipped';
}
});