feat(ai-character): 관리자 웹 기반 구성
This commit is contained in:
8
tests/e2e/smoke.spec.ts
Normal file
8
tests/e2e/smoke.spec.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test("opens the root shell", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
|
||||
await expect(page.locator("html")).toHaveAttribute("lang", "ko");
|
||||
await expect(page.getByRole("main")).toContainText("AI 캐릭터 관리자");
|
||||
});
|
||||
Reference in New Issue
Block a user