Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
potatowagon committed Jun 3, 2024
1 parent 6e5dc69 commit 3d1185f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical-playground/__tests__/e2e/Tables.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1753,8 +1753,8 @@ test.describe.parallel('Tables', () => {
(actualHtml) =>
// flaky fix: +- 1px for the height assertion
actualHtml.replace(
'<tr style="height: 87px">',
'<tr style="height: 88px">',
'<tr style="height: 87px">',
),
);
});
Expand Down

0 comments on commit 3d1185f

Please sign in to comment.