fix: create page with title (#1449)

Co-authored-by: Himself65 <himself65@outlook.com>
This commit is contained in:
JimmFly
2023-03-09 15:25:31 +08:00
committed by GitHub
parent ce8539b414
commit b23547f4bd
2 changed files with 13 additions and 3 deletions

View File

@@ -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');