test(e2e): relax stale-send assertion timeout
This commit is contained in:
parent
bf0278e586
commit
9be0c6823b
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in New Issue