Skip to content

Commit

Permalink
skipped e2e test for isCollab
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvinayvk committed Dec 14, 2024
1 parent 8e05911 commit f961fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lexical-playground/__tests__/e2e/Tables.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4683,6 +4683,7 @@ test.describe.parallel('Tables', () => {
}) => {
await initialize({isCollab, page});
test.skip(isPlainText);
test.skip(isCollab);

await focusEditor(page);

Expand Down Expand Up @@ -4884,6 +4885,7 @@ test.describe.parallel('Tables', () => {
}) => {
await initialize({isCollab, page});
test.skip(isPlainText);
test.skip(isCollab);

await focusEditor(page);

Expand Down

0 comments on commit f961fd6

Please sign in to comment.