Skip to content

Commit a547735

Browse files
authored
Skip delete for windows (#992)
1 parent 237017a commit a547735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/delete_app.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import fs from "fs";
2-
import { test } from "./helpers/test_helper";
2+
import { testSkipIfWindows } from "./helpers/test_helper";
33
import { expect } from "@playwright/test";
44

5-
test("delete app", async ({ po }) => {
5+
testSkipIfWindows("delete app", async ({ po }) => {
66
await po.setUp();
77
await po.sendPrompt("hi");
88
const appName = await po.getCurrentAppName();

0 commit comments

Comments
 (0)