Revert "feat: copilot frontend e2e (#7694)"

This reverts commit d71852789f.
This commit is contained in:
LongYinan
2024-10-31 12:08:57 +08:00
parent ea607d34f6
commit c08b02caba
21 changed files with 29 additions and 917 deletions
+1 -5
View File
@@ -1,11 +1,7 @@
import type { Page } from '@playwright/test';
import { expect } from '@playwright/test';
export let coreUrl = 'http://localhost:8080';
export function setCoreUrl(url: string) {
coreUrl = url;
}
export const coreUrl = 'http://localhost:8080';
export async function openHomePage(page: Page) {
await page.goto(coreUrl);