mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
📎 Mark as skip two text editor v2 tests (flaky)
This commit is contained in:
parent
94722fdec2
commit
f65292a13c
@ -110,7 +110,7 @@ test("Update an already created text shape by prepending text", async ({
|
|||||||
await workspace.textEditor.stopEditing();
|
await workspace.textEditor.stopEditing();
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Update an already created text shape by inserting text in between", async ({
|
test.skip("Update an already created text shape by inserting text in between", async ({
|
||||||
page,
|
page,
|
||||||
}) => {
|
}) => {
|
||||||
const workspace = new WorkspacePage(page, {
|
const workspace = new WorkspacePage(page, {
|
||||||
@ -151,7 +151,7 @@ test("Update a new text shape appending text by pasting text", async ({
|
|||||||
await workspace.textEditor.stopEditing();
|
await workspace.textEditor.stopEditing();
|
||||||
});
|
});
|
||||||
|
|
||||||
test("Update a new text shape prepending text by pasting text", async ({
|
test.skip("Update a new text shape prepending text by pasting text", async ({
|
||||||
page,
|
page,
|
||||||
context,
|
context,
|
||||||
}) => {
|
}) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user