Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: flaky test
vault-decryption
due to autodetect NFT and tokens o…
…verlaying modals (#25466) <!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** The problem is that there is a new announcement modal that appears on top of the autodetect tokens. Both announcements need to be closed before proceeding with the test. ![image](https://github.com/MetaMask/metamask-extension/assets/54408225/cc2920de-638f-4bc5-af05-b426af8f44a8) An issue has also been opened in order to address this on the MM side [here](#25465). [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25466?quickstart=1) ## **Related issues** Fixes: ## **Manual testing steps** The ci run is here https://app.circleci.com/pipelines/github/MetaMask/metamask-extension/88631/workflows/722e50e3-0dbd-4a56-b691-508dd818b3d2/jobs/3264868 ![Screenshot from 2024-06-21 16-27-12](https://github.com/MetaMask/metamask-extension/assets/54408225/a14effa4-3808-401a-86b5-ca85df9606d7) ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> https://github.com/MetaMask/metamask-extension/assets/54408225/9f8d85e8-c139-4d6a-b3c4-16b7e9fba2a5 - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
- Loading branch information