chore: moves e2e selectors to tests#25764
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: The changes affect multiple test areas:
The wdio/ changes are for a separate test framework (WebDriverIO/Appwright) and don't require Detox tags. Since this is infrastructure refactoring that could break tests if import paths are incorrect, running the affected test suites validates the changes work correctly. The risk is medium because while the changes are straightforward path updates, any typo or incorrect path would cause test failures. Performance Test Selection: |
|
Mrtenz
left a comment
There was a problem hiding this comment.
Snaps changes look good to me.



Description
Following #24313 we're looking to centralize all tools and test resources in one place.
This PR also:
selectorsto/testsPrevious related PRs:
Changelog
CHANGELOG entry:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MMQA-1235
Manual testing steps
N/A
Screenshots/Recordings
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Primarily import-path and file-location changes for test-only code; main risk is broken tests if any selector/helper paths were missed or mis-referenced.
Overview
Refactors E2E and WDIO test code to centralize selectors under
tests/selectors(and multichain helpers undertests/helpers) instead ofe2e/selectors/e2e/utils, updating imports across browser, onboarding, ramps, send, settings, stake, swaps, and WDIO screen objects.Moves
MultichainUtilitiesinto thetestshelper space and fixes its internal import paths (appNETWORKS_CHAIN_IDand testcreateLogger), then updates multichain smoke tests to consume the new helper location and selector paths (includingMULTICHAIN_TEST_TIMEOUTS).Written by Cursor Bugbot for commit bb2047b. This will update automatically on new commits. Configure here.