build: unify build flags (#2891)

This commit is contained in:
Alex Yang
2023-06-28 16:45:05 +08:00
committed by GitHub
parent 87574c9993
commit fa45d8a718
7 changed files with 93 additions and 63 deletions
@@ -4,7 +4,9 @@ import { test } from '@playwright/test';
test('init page', async ({ page }) => {
await page.goto('http://localhost:8081/');
await page.waitForSelector('v-line');
await page.waitForSelector('v-line', {
timeout: 10000,
});
const currentWorkspaceId: string = await page.evaluate(
() => (globalThis.currentWorkspace as any).id