chore: moves swap, wallet and Trending specs to tests#25520
chore: moves swap, wallet and Trending specs to tests#25520christopherferreira9 merged 2 commits intomainfrom
Conversation
|
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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
All changes are import path updates to reflect new file locations - no functional changes to test logic. The tests use SmokeTrade tag (swap tests) and SmokeWalletPlatform tag (trending and wallet tests). Running these tags will verify the refactored tests still work correctly with the new import paths. Performance Test Selection: |
|



Description
Following #24313 we're looking to centralize all tools and test resources in one place.
This PR moves spec files for
Trending,Wallet,Swapsto/tests.Previous related PRs:
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk: this is a test-only reorganization that mainly updates import paths and consolidates swap/bridge helper utilities, with no product/runtime logic changes.
Overview
Moves Swap/Bridge, Trending, and Wallet (mUSD) E2E specs to the
tests/tree and updates imports to use the newtests/framework,tests/helpers, ande2e/pageslocations.Centralizes swap/bridge test utilities under
tests/helpers/swap(e.g.,swap-unified-ui,prepareSwapsTestEnvironment,swap-mocks,bridge-mocks) and updates affected specs (smoke/regression/quarantine) to consume these shared helpers and mocks.Written by Cursor Bugbot for commit 2b49165. This will update automatically on new commits. Configure here.