Skip delete for windows (#992)
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user