Merged
Conversation
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #24830 +/- ##
===========================================
- Coverage 65.67% 65.67% -0.00%
===========================================
Files 1360 1360
Lines 54105 54105
Branches 14066 14066
===========================================
- Hits 35533 35532 -1
- Misses 18572 18573 +1 ☔ View full report in Codecov by Sentry. |
Collaborator
Builds ready [ed81dc6]
Page Load Metrics (802 ± 538 ms)
Bundle size diffs
|
sleepytanya
approved these changes
May 28, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
There is a current ci failure on the
vault decryption chrometest where we are trying to disable all the setting options using the toggles. However, one of the toggles has a confirmation popup that is displayed whenever we try to disable it. The current code doesn't take into account the confirmation popup so the test fails at this point.The fix is to disable this specific setting (Profile Sync) individually, like it's done with another setting which also has a specific confirm popup, and then perform the rest of toggle offs.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
This is the current failure point, where we are toggling off all the list of items but the Profile Sync has a confirmation pop-up, which makes the test fail at this point.
vault-decrypt-error.mp4
Ci job now fixed: https://app.circleci.com/pipelines/github/MetaMask/metamask-extension/83243/workflows/45317b55-f2ae-4907-8bda-6a414967e357/jobs/2978094/steps
Ci job successful:
Pre-merge author checklist
Pre-merge reviewer checklist