This commit is contained in:
2026-07-01 11:26:37 +08:00
parent 617f1d4777
commit 9da57e9279
2 changed files with 1 additions and 2 deletions
@@ -38,7 +38,7 @@ test("user can email login from other sign-in options and return to chat", async
expect(loginRequest.postDataJSON()).toMatchObject({
email: "chanwillian0@gmail.com",
password: "12345678",
platform: "web",
platform: "desktop",
isTestAccount: true,
});