style: format creator pages test assertion

This commit is contained in:
2026-09-16 16:54:41 +08:00
parent af8f13859b
commit 1f63b5bd31
+3 -1
View File
@@ -179,7 +179,9 @@ describe("creator pages", () => {
.getByRole("img", { name: "抖音登录二维码或人工验证画面" })
.getAttribute("src"),
).toBe("data:image/png;base64,cG5n");
expect(await screen.findByText("请使用抖音 App 扫描下方二维码。")).toBeTruthy();
expect(
await screen.findByText("请使用抖音 App 扫描下方二维码。"),
).toBeTruthy();
});
it("shows retryable account and strategy loading failures", async () => {