Align onboarding spec with developer realm
cgen-1459a505cc954dd89c2406983cdc9933
This commit is contained in:
parent
0fb78f89b6
commit
d68d379bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue