Skip failing windows test (#332)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { test } from "./helpers/test_helper";
|
||||
import { testSkipIfWindows } from "./helpers/test_helper";
|
||||
|
||||
test("refresh app", async ({ po }) => {
|
||||
testSkipIfWindows("refresh app", async ({ po }) => {
|
||||
await po.setUp({ autoApprove: true });
|
||||
await po.sendPrompt("hi");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user