-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: Stuck on Setting up Wire after canceling E2EI during login [WPB-10046] 🍒 #2886
fix: Stuck on Setting up Wire after canceling E2EI during login [WPB-10046] 🍒 #2886
Conversation
Test Results2 256 tests - 874 2 250 ✔️ - 775 5m 39s ⏱️ + 2m 18s Results for commit e5b419b. ± Comparison against base commit f534d36. This pull request removes 3130 and adds 2256 tests. Note that renamed tests count towards both.
This pull request removes 105 skipped tests and adds 6 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Datadog ReportBranch report: ✅ 0 Failed, 3028 Passed, 105 Skipped, 11.68s Total Time |
Please do not forget to cherry pick those changes to RC also |
It was already merged there, but not cherry-picked for some reason :) |
RC cherry pick is here #2890 |
…ing_e2ei_during_login-fixed-cherry-pick
Quality Gate passedIssues Measures |
This PR was manually cherry-picked based on the following PR:
Original PR description:
What's new in this PR?
Issues
When the user wants to login with his second account, and cancels generating his certificate and then tries to login again, he’s stuck on setting up wire screen.
Causes (Optional)
When user trying to login to the same acc as already tried, client is already exist. Checking "if E2EI is required" was missed for existed clients.
Solutions
Add checking if E2EI is required for the case when user login into existed client (
VerifyExistingClientUseCase
).And update unit tests.