-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SANDBOX-770: fix WaitForBannedUser #1077
SANDBOX-770: fix WaitForBannedUser #1077
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternately we could move it to WA but I'm fine with keeping it here in case we need it use in the main e2e tests later too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
@alexeykazakov I did not move it because I do not know if that function is there for some reason. I tried to track when it was added but i was not able. i think it was added a long time ago |
Quality Gate passedIssues Measures |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexeykazakov, mfrancisc, rajivnathan, rsoaresd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
This function is not used in toolchain-e2e. However, it will be useful for WA.
Unfortunately, it was not working as expected since when no error on list, it was accessing
&bannedUserList.Items[0]
without checking the array length.Issue ticket number and link
SANDBOX-770