mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
test: add test case for plugin bootstrap (#3529)
This commit is contained in:
@@ -5,3 +5,7 @@ export const webUrl = 'http://localhost:8080';
|
||||
export async function openHomePage(page: Page) {
|
||||
await page.goto(webUrl);
|
||||
}
|
||||
|
||||
export async function openPluginPage(page: Page) {
|
||||
await page.goto(`${webUrl}/_plugin/index.html`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user