mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 02:21:51 +08:00
add tests (#536)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { test } from '@playwright/test';
|
||||
|
||||
export function loadPage() {
|
||||
test.beforeEach(async ({ page }) => {
|
||||
await page.goto('http://localhost:3000');
|
||||
// waiting for page loading end
|
||||
await page.waitForTimeout(1000);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user