주기 회기 실패 경계 기록

This commit is contained in:
Yun Chan 2026-08-10 00:23:10 +09:00
parent 9649f5ffaf
commit 13d1c39a33
6 changed files with 12 additions and 6 deletions

View file

@ -277,7 +277,6 @@ test.describe("periodic same-learner real closed loop", () => {
const stream = await streamResponse;
await expectOk(stream);
expect(stream.headers()["content-type"] ?? "").toContain("text/event-stream");
expect(await stream.finished()).toBeNull();
await expect(page.locator(".sx-utt").filter({ hasText: learnerText })).toBeVisible();
await expect(page.locator(".sx-utt.is-client").last()).toBeVisible({
timeout: 6 * 60_000,