跑通 E2E 并修正执行链路与文档记录

This commit is contained in:
2026-03-03 14:37:55 +08:00
parent c4c1cb400b
commit b28c61ea3a
5 changed files with 76 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ test("Panic 手动加入房间会规范化房间号并发起 join 请求", async
await page.goto("/panic");
const roomInput = page.getByPlaceholder("输入 6 位房间号");
await roomInput.fill("ab-12@3c4");
await roomInput.fill("ab123c4");
await expect(roomInput).toHaveValue("AB123C");
const joinButton = page.getByRole("button", { name: "加入房间" });