revert: loadWorkspace unexpected behavior (#1172)

This commit is contained in:
Himself65
2023-02-21 20:44:18 -06:00
committed by GitHub
parent 86346b284e
commit 0b072da346
49 changed files with 1225 additions and 2198 deletions

View File

@@ -6,7 +6,7 @@ import { test } from './libs/playwright';
loadPage();
test.describe('Local first export page', () => {
test('New a page ,then open it and export html', async ({ page }) => {
test.skip('New a page ,then open it and export html', async ({ page }) => {
await newPage(page);
await page.getByPlaceholder('Title').click();
await page
@@ -34,7 +34,9 @@ test.describe('Local first export page', () => {
);
});
test('New a page ,then open it and export markdown', async ({ page }) => {
test.skip('New a page ,then open it and export markdown', async ({
page,
}) => {
await newPage(page);
await page.getByPlaceholder('Title').click();
await page