mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 01:49:51 +08:00
Merge branch 'master' into fix/lost-entrance-of-quick-search
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user