From f63a21d9f75dbc2ba28aff06865208a3b5219542 Mon Sep 17 00:00:00 2001 From: Curtis David Date: Fri, 26 Apr 2024 14:58:03 -0400 Subject: [PATCH] test: move NFT import test to quarantine folder (#9420) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## **Description** A previous PR attempted to fix the NFT import test but as soon as the changes were merged into main the tests started failing. The purpose of this PR is to quarantine the NFT import test. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.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-mobile/blob/main/.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. --- .../import-nft.spec.js => quarantine/import-nft.failing.js} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename e2e/specs/{assets/import-nft.spec.js => quarantine/import-nft.failing.js} (100%) diff --git a/e2e/specs/assets/import-nft.spec.js b/e2e/specs/quarantine/import-nft.failing.js similarity index 100% rename from e2e/specs/assets/import-nft.spec.js rename to e2e/specs/quarantine/import-nft.failing.js