mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
fix(*): Correct the cucumber syntax
This commit is contained in:
@@ -5,7 +5,7 @@ import { UploadPage } from '../pages/UploadPage.ts';
|
|||||||
Before(function () {
|
Before(function () {
|
||||||
if (process.env.AI_FOUNDRY_PROJECT_CONNECTION_STRING === 'test') {
|
if (process.env.AI_FOUNDRY_PROJECT_CONNECTION_STRING === 'test') {
|
||||||
console.log('Skipping in CI');
|
console.log('Skipping in CI');
|
||||||
return this.skip();
|
return 'skipped';
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user