chore: bump blocksuite (#7680)

This commit is contained in:
L-Sun
2024-07-31 21:57:51 +08:00
committed by GitHub
parent 10e78d617e
commit 2093685385
8 changed files with 166 additions and 182 deletions

View File

@@ -117,6 +117,6 @@ test('outline viewer is useable', async ({ page }) => {
await expect(indicators.nth(1)).toBeVisible();
const viewer = page.locator('affine-outline-panel-body');
await indicators.first().hover();
await indicators.first().hover({ force: true });
await expect(viewer).toBeVisible();
});