test(e2e): relax stale-send assertion timeout

This commit is contained in:
肖应宇 2026-04-15 13:21:48 +08:00
parent bf0278e586
commit 9be0c6823b
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ test.describe("聊天工作台 / 输入区与发送", () => {
).toBeVisible();
await expect(
page.locator(".is-user").filter({ hasText: "stale 引用回归验证" }),
).toHaveCount(1);
).toHaveCount(1, { timeout: 30_000 });
});
test("DF-INPUT-009 引用上限为 10第 11 个被阻止并提示", async (