跑通 E2E 并修正执行链路与文档记录
This commit is contained in:
@@ -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: "加入房间" });
|
||||
|
||||
Reference in New Issue
Block a user