mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
chore: bump blocksuite (#3404)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user