We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237017a commit a547735Copy full SHA for a547735
e2e-tests/delete_app.spec.ts
@@ -1,8 +1,8 @@
1
import fs from "fs";
2
-import { test } from "./helpers/test_helper";
+import { testSkipIfWindows } from "./helpers/test_helper";
3
import { expect } from "@playwright/test";
4
5
-test("delete app", async ({ po }) => {
+testSkipIfWindows("delete app", async ({ po }) => {
6
await po.setUp();
7
await po.sendPrompt("hi");
8
const appName = await po.getCurrentAppName();
0 commit comments