chore: moves snaps specs to tests#25698
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 FlaskBuildTests tag is the appropriate choice because:
This is a medium-risk change because incorrect import paths could cause test failures, but the changes are straightforward path adjustments with no logic modifications. 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
Snapsto/tests.Previous 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
Purely test-only changes that primarily update module paths; risk is limited to potential breakage of the smoke test runner due to incorrect import resolution.
Overview
Refactors the Snaps smoke test suite under
tests/smoke/snapsto align with the new centralized testing layout by updating imports from the oldtests/locations toe2e/pages/helpers and localtests/framework/fixtures.Updates related mocks and helpers (e.g.,
mockGenesisBlocks, remote feature flag mocks) to reference the relocatedapi-mockingutilities, without changing test logic or assertions.Written by Cursor Bugbot for commit 91a67a8. This will update automatically on new commits. Configure here.