mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
chore: bump version (#3567)
This commit is contained in:
@@ -16,7 +16,7 @@ export async function newPage(page: Page) {
|
||||
}
|
||||
|
||||
export function getBlockSuiteEditorTitle(page: Page) {
|
||||
return page.locator('.affine-default-page-block-title').nth(0);
|
||||
return page.locator('.affine-doc-page-block-title').nth(0);
|
||||
}
|
||||
|
||||
export async function type(page: Page, content: string, delay = 50) {
|
||||
|
||||
Reference in New Issue
Block a user