fix(multi-role): enable Maya and Nayeli commercial flows

This commit is contained in:
Codex
2026-07-22 20:49:28 +08:00
parent 163ba78f06
commit a4c4ca6666
8 changed files with 219 additions and 5 deletions
@@ -31,5 +31,5 @@ test("user can email login from other sign-in options and return to chat", async
expect(["desktop", "android"]).toContain(loginRequest?.postDataJSON().platform);
await expect(page.getByRole("textbox", { name: "Message" })).toBeVisible();
await expect(page.getByRole("button", { name: "Profile" })).toBeVisible();
await expect(page.getByRole("button", { name: "Save CozSweet" })).toBeVisible();
});