주기 회기 실패 경계 기록
This commit is contained in:
parent
9649f5ffaf
commit
13d1c39a33
6 changed files with 12 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue