BI-2691 - Cannot add Xuemei to Alfalfa Prosser program #446
BI-2691 - Cannot add Xuemei to Alfalfa Prosser program #446nickpalladino merged 4 commits intorelease/1.1.1from
Conversation
mlm483
left a comment
There was a problem hiding this comment.
I did some local testing, it looks good.
See my comment about improving the error message.
| static errorCreateUser: string = 'Unable to create user'; | ||
| static errorDeleteUser: string = 'Unable to archive user'; | ||
| static errorGetUsers: string = 'Error while trying to load roles'; | ||
| static errorGetUser: string = 'Error user not found'; |
There was a problem hiding this comment.
I would add punctuation or remove the word "Error".
There was a problem hiding this comment.
Updated error message
dmeidlin
left a comment
There was a problem hiding this comment.
When I try adding the 51st user (victoria.c@example.com) the backend sends the banner error, "Error creating user, a user with this email already exists." The same error happened when I tried the 52nd user (wendy.c@example.com). The bi-api console did not show any error or stack trace---just the message, "Email already exists."
@dmeidlin Are you seeing a POST |
Description
Story:
Dependencies
Testing
Can use the following SQL to setup 50 test users. Test adding a user to a program that is beyond 50 and ensure they are added to the program successfully. Regression test program user management functionality.
Checklist: