chore: bump version (#3567)

This commit is contained in:
Alex Yang
2023-08-04 16:55:28 -07:00
committed by GitHub
parent ea76936508
commit bbf5f0efe0
31 changed files with 410 additions and 379 deletions

View File

@@ -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) {