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

@@ -16,7 +16,7 @@ test.describe('Local first workspace list', () => {
).not.toBeNull();
});
test('create one workspace in the workspace list', async ({ page }) => {
test.skip('create one workspace in the workspace list', async ({ page }) => {
const newWorkspaceNameStr = 'New Workspace';
await createWorkspace({ name: newWorkspaceNameStr }, page);

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