feat(ai-character): 관리자 인증 셸 구현
This commit is contained in:
@@ -4,5 +4,5 @@ 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 캐릭터 관리자");
|
||||
await expect(page.getByRole("main")).toContainText("관리자 로그인");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user