Skip to content

Commit

Permalink
new Workbench() in sync
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Sep 24, 2024
1 parent 240fadc commit 1c04edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ui-test/terminalUiTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c04edd

Please sign in to comment.