Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
doouding committed May 10, 2024
1 parent 61d7188 commit 1f15fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/presets/src/__tests__/edgeless/layer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ test('the actual rendering order of blocks should satisfy the logic order of the
await wait();

editor.mode = 'edgeless';
await wait(32);
await wait(500);

const edgeless = getDocRootBlock(doc, editor, 'edgeless');
const blocks = Array.from(
Expand Down

0 comments on commit 1f15fb2

Please sign in to comment.