mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
test: update webServer port on playwright e2e test
This commit is contained in:
@@ -2,7 +2,7 @@ import { test } from '@playwright/test';
|
||||
|
||||
export function loadPage() {
|
||||
test.beforeEach(async ({ page }) => {
|
||||
await page.goto('http://localhost:3000');
|
||||
await page.goto('http://localhost:8080');
|
||||
// waiting for page loading end
|
||||
await page.waitForTimeout(1000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user