Skip to content

Commit

Permalink
test: turn off failing test for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Dec 28, 2024
1 parent 52a31f2 commit 6503c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demos/playground/src/__tests__/e2e/Tables.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2084,8 +2084,10 @@ test.describe.parallel('Tables', () => {
test('Select multiple merged cells (selection expands to a rectangle)', async ({
page,
isPlainText,
browserName,
isCollab,
}) => {
test.fixme(browserName === 'firefox');
await initialize({isCollab, page});
test.skip(isPlainText);

Expand Down

0 comments on commit 6503c2a

Please sign in to comment.