chore: bump blocksuite (#3404)

Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
Alex Yang
2023-07-27 05:37:38 +00:00
committed by GitHub
co-authored by LongYinan
parent 4e7824583d
commit 4b7e47e265
16 changed files with 183 additions and 181 deletions
+1 -1
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) {