Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Flrande committed Feb 17, 2025
1 parent 16cb45e commit 35bf584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocksuite/tests-legacy/bookmark.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ test.describe('embed card toolbar', () => {
const listStyleBookmarkBox = await bookmark.boundingBox();
assertExists(listStyleBookmarkBox);
assertAlmostEqual(listStyleBookmarkBox.width, 752, 2);
assertAlmostEqual(listStyleBookmarkBox.height, 46, 2);
assertAlmostEqual(listStyleBookmarkBox.height, 48, 2);

await openCardStyleMenu();
await cardStyleHorizontalButton.click();
Expand Down

0 comments on commit 35bf584

Please sign in to comment.