mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-19 02:51:47 +08:00
test(core): add tests for page info ui (#5769)

This commit is contained in:
@@ -26,7 +26,6 @@ export async function clickNewPageButton(page: Page) {
|
||||
await page.getByTestId('sidebar-new-page-button').click({
|
||||
delay: 100,
|
||||
});
|
||||
await expect(page.locator('.doc-title-container-empty')).toBeVisible();
|
||||
await waitForEmptyEditor(page);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user