test(ai-character): 캐릭터 E2E 기대값 정비

This commit is contained in:
Yu Sung
2026-08-05 01:33:36 +09:00
parent ca5aa990d3
commit 9e2c910f0a
2 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ test("active mock resources complete the cross-domain journey without uncontract
await loginThroughMockMode(page);
// When / Then
await page.getByRole("link", { name: "루나 선택" }).click();
await page.getByRole("link", { name: "루나", exact: true }).click();
await expect(page.getByRole("heading", { name: "루나", exact: true })).toBeVisible();
await page.goto("/ai-characters/101/audio-contents");