diff --git a/packages/lexical-playground/__tests__/e2e/CopyAndPaste/lexical/CopyAndPaste.spec.mjs b/packages/lexical-playground/__tests__/e2e/CopyAndPaste/lexical/CopyAndPaste.spec.mjs index c654738d624..a45971de740 100644 --- a/packages/lexical-playground/__tests__/e2e/CopyAndPaste/lexical/CopyAndPaste.spec.mjs +++ b/packages/lexical-playground/__tests__/e2e/CopyAndPaste/lexical/CopyAndPaste.spec.mjs @@ -879,7 +879,8 @@ test.describe('CopyAndPaste', () => { tag: '@flaky', }, async ({page, isCollab, isPlainText}) => { - test.skip(isPlainText); + // TODO: This is skipped on collab because the right frame won't have the block cursor HTML + test.skip(isPlainText || isCollab); // copying and pasting the node is easier than creating the clipboard data await focusEditor(page);