Skip delete for windows (#992)

This commit is contained in:
Will Chen
2025-08-18 11:00:03 -07:00
committed by GitHub
parent 237017acd9
commit a547735714

View File

@@ -1,8 +1,8 @@
import fs from "fs"; import fs from "fs";
import { test } from "./helpers/test_helper"; import { testSkipIfWindows } from "./helpers/test_helper";
import { expect } from "@playwright/test"; import { expect } from "@playwright/test";
test("delete app", async ({ po }) => { testSkipIfWindows("delete app", async ({ po }) => {
await po.setUp(); await po.setUp();
await po.sendPrompt("hi"); await po.sendPrompt("hi");
const appName = await po.getCurrentAppName(); const appName = await po.getCurrentAppName();