Skip to content

Commit 8be7d5e

Browse files
committed
add skips and raise an issue to msft
1 parent e600cbf commit 8be7d5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/commit.spec.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import { test, expect, getPreparedTab, equals } from "./fixtures";
22
import { loremIpsum } from "lorem-ipsum";
33

4-
test("Ctrl+Z should only undo the last line after Enter", async ({
4+
// skipped because of https://github.com/microsoft/playwright/issues/33832
5+
test.skip("Ctrl+Z should only undo the last line after Enter", async ({
56
context,
67
}) => {
78
const tab = await getPreparedTab(context);
@@ -30,7 +31,8 @@ test("Ctrl+Z should only undo the last line after Enter", async ({
3031
await equals(input, firstLine);
3132
});
3233

33-
test("Ctrl+Z should only undo the last word after Space", async ({
34+
// skipped because of https://github.com/microsoft/playwright/issues/33832
35+
test.skip("Ctrl+Z should only undo the last word after Space", async ({
3436
context,
3537
}) => {
3638
const tab = await getPreparedTab(context);

0 commit comments

Comments
 (0)