Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed Jan 3, 2025
1 parent 3a4b5ea commit d09a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocksuite/tests-legacy/edgeless/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ test('zoom by mouse without ctrl pressed when edgelessScrollZoom is enabled', as
const zoomed = [0, 0, original[2] * 0.9, original[3] * 0.9];
await assertEdgelessSelectedModelRect(page, zoomed);

// enable edgelessScrollZoom
// disable edgelessScrollZoom
await page.evaluate(() => {
window.editorSetting$.value = {
...window.editorSetting$.value,
Expand Down

0 comments on commit d09a539

Please sign in to comment.