Unverified 提交 a5477357 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Skip delete for windows (#992)

上级 237017ac
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();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论