feat: bump blocksuite (#5624)

This commit is contained in:
regischen
2024-01-18 17:26:31 +08:00
committed by GitHub
parent c3fda80599
commit 8b1b5b2e93
17 changed files with 168 additions and 168 deletions

View File

@@ -32,7 +32,7 @@ export async function type(page: Page, content: string, delay = 50) {
export const createLinkedPage = async (page: Page, pageName?: string) => {
await page.keyboard.type('@', { delay: 50 });
const linkedPagePopover = page.locator('.linked-page-popover');
const linkedPagePopover = page.locator('.linked-doc-popover');
await expect(linkedPagePopover).toBeVisible();
if (pageName) {
await type(page, pageName);