File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { test , expect , getPreparedTab , equals } from "./fixtures" ;
22import { 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 ) ;
You can’t perform that action at this time.
0 commit comments