style: format creator pages test assertion
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user