Skip to content

Commit

Permalink
test: fis
Browse files Browse the repository at this point in the history
  • Loading branch information
regischen committed Jan 19, 2024
1 parent c4acc0a commit 765d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selection/block.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1579,5 +1579,5 @@ test('scroll should update dragging area and select blocks when dragging', async
await page.mouse.up();

rects = page.locator('.selected,affine-block-selection');
await expect(rects).toHaveCount(5);
await expect(rects).toHaveCount(3);
});

0 comments on commit 765d558

Please sign in to comment.