chore: moves Confirmations specs to tests#25636
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 these tests are tagged with
No application code or test logic is modified. Running
This is a medium risk change because incorrect import paths could break tests, but the scope is limited to test infrastructure only. 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
Confrimationsto/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
Test-only refactor that mainly rewires import paths and fixture/resource locations; risk is limited to breaking e2e/smoke test execution due to incorrect paths or module resolution.
Overview
Centralizes Confirmations e2e specs under
tests/by updating smoke/regression specs to import shared tooling from the newtests/framework,tests/api-mocking,tests/seeder, ande2e/pageslocations.Updates Anvil/local-node fixtures to load the EIP-7702 delegator state from the new
./tests/smoke/confirmations/transactions/7702/withDelegatorContracts.jsonpath, and adjusts supporting helpers (e.g., analytics/metrics validation) to the new module layout.Written by Cursor Bugbot for commit a800be4. This will update automatically on new commits. Configure here.