mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-17 22:37:04 +08:00
fix: create page with title (#1449)
Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
@@ -99,7 +99,7 @@ test.describe('Search and select', () => {
|
||||
await openQuickSearchByShortcut(page);
|
||||
await page.keyboard.insertText('test123456');
|
||||
await page.waitForTimeout(50);
|
||||
await assertResultList(page, ["New 'test123456' page"]);
|
||||
await assertResultList(page, ['test123456']);
|
||||
await page.keyboard.press('Enter');
|
||||
await page.waitForTimeout(300);
|
||||
await assertTitle(page, 'test123456');
|
||||
|
||||
Reference in New Issue
Block a user