Skip to content

Commit

Permalink
Change click
Browse files Browse the repository at this point in the history
  • Loading branch information
areznik10 authored and StyleT committed May 31, 2024
1 parent 0885fb2 commit ca245f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lexical-playground/__tests__/e2e/Tables.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@ test.describe('Tables', () => {
false,
);
await mergeTableCells(page);
await page.locator('th').first().click();
await click(page, 'th');
const resizerBoundingBox = await selectorBoundingBox(
page,
'.TableCellResizer__resizer:first-child',
Expand Down Expand Up @@ -1695,7 +1695,7 @@ test.describe('Tables', () => {
false,
);
await mergeTableCells(page);
await page.locator('th').first().click();
await click(page, 'th');
const resizerBoundingBox = await selectorBoundingBox(
page,
'.TableCellResizer__resizer:nth-child(2)',
Expand Down

0 comments on commit ca245f7

Please sign in to comment.