test(ai-character): 리소스 운영 E2E 보강
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
|
||||
const apiBaseUrl = "https://test-character-admin.sodalive.net";
|
||||
import { apiBaseUrl } from "./api-base-url";
|
||||
|
||||
test("completes login, navigation, and logout using only the keyboard", async ({ page }) => {
|
||||
await page.route(`${apiBaseUrl}/admin/member/login`, async (route) => {
|
||||
|
||||
Reference in New Issue
Block a user