mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: temporarily disable unstable test
This commit is contained in:
@@ -74,7 +74,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