test(ai-character): 캐릭터 E2E 기대값 정비
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user