chore: bump blocksuite (#3404)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Alex Yang
2023-07-26 22:37:38 -07:00
committed by GitHub
parent 4e7824583d
commit 4b7e47e265
16 changed files with 183 additions and 181 deletions

View File

@@ -16,7 +16,7 @@ export async function newPage(page: Page) {
}
export function getBlockSuiteEditorTitle(page: Page) {
return page.locator('v-line').nth(0);
return page.locator('.affine-default-page-block-title').nth(0);
}
export async function type(page: Page, content: string, delay = 50) {