diff --git a/test/ui-test/terminalUiTest.ts b/test/ui-test/terminalUiTest.ts index f3857ea76..98fdfc54e 100644 --- a/test/ui-test/terminalUiTest.ts +++ b/test/ui-test/terminalUiTest.ts @@ -18,7 +18,7 @@ export function terminalUITests(): void { const file = "playbook.yml"; const playbookFile = getFixturePath(folder, file); - before(async function () { + before(function () { workbench = new Workbench(); }); it("Execute ansible-playbook command with arg", async function () { @@ -63,7 +63,7 @@ export function terminalUITests(): void { const folder = "terminal"; const file = "playbook.yml"; const playbookFile = getFixturePath(folder, file); - before(async function () { + before(function () { workbench = new Workbench(); }); // Skip this test on macOS due to CI container settings