chore: temporarily disable unstable test

This commit is contained in:
DarkSky
2023-02-07 01:42:40 +08:00
parent e397fe09c7
commit b0bbe0eff3
3 changed files with 3 additions and 3 deletions

View File

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