Merge branch 'master' into fix/lost-entrance-of-quick-search

This commit is contained in:
JimmFly
2023-02-07 10:15:30 +08:00
25 changed files with 320 additions and 386 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ test.describe('Add new page in quick search', () => {
});
test.describe('Search and select', () => {
test('Create a new page and search this page', async ({ page }) => {
test.skip('Create a new page and search this page', async ({ page }) => {
await newPage(page);
await openQuickSearchByShortcut(page);
await page.keyboard.insertText('test123456');