-
Notifications
You must be signed in to change notification settings - Fork 28
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: e2e webview close [WPB-6788] #2762
Conversation
Test Results809 tests 809 ✅ 8m 8s ⏱️ Results for commit af701fb. |
APKs built during tests are available here. Scroll down to Artifacts! |
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.
delicious, thanks!
Build 3461 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 3471 succeeded. The build produced the following APK's: |
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
viewModel.getCertificate(isNewClient) was not called from LaunchedEffect, which triggered again on recompose opening webview
Causes (Optional)
E2E webview opened from dialog was closed after second
Solutions
Add LaunchedEffect