From d68d379bf18271868aac89688b87a3f68b08d937 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 21:16:07 +0000 Subject: [PATCH] Align onboarding spec with developer realm cgen-1459a505cc954dd89c2406983cdc9933 --- client/lib/onboarding.integration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/onboarding.integration.spec.ts b/client/lib/onboarding.integration.spec.ts index fd1f2d14..a37b927c 100644 --- a/client/lib/onboarding.integration.spec.ts +++ b/client/lib/onboarding.integration.spec.ts @@ -130,7 +130,7 @@ describe("onboarding passport flow", () => { id: user.id, username: "tester", full_name: "Tester One", - user_type: "community_member" as AethexUserProfile["user_type"], + user_type: "game_developer" as AethexUserProfile["user_type"], experience_level: "intermediate" as AethexUserProfile["experience_level"], bio: "Building awesome experiences", });