test: mock accounts v4 transactions endpoint#29569
Conversation
Co-authored-by: Francis Nepomuceno <n3ps@users.noreply.github.com>
|
Cursor Agent can help with this pull request. Just |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Since MockServerE2E is the central mock server used by all E2E tests, any regression in this infrastructure could break tests across all suites. The change itself is low-risk (adding a defensive empty mock to prevent unmocked network calls), but because it's global infrastructure, it warrants broad validation across all test tags to ensure:
All E2E test tags are selected as a conservative approach given the global nature of this infrastructure change. Performance Test Selection: |
|



Description
Registers a mock empty Accounts API v4 transactions response for testing.
Part of breaking down the Activity transactions PR into smaller chunks.
Changelog
CHANGELOG entry: null
Related issues
Refs: #29536
Manual testing steps
N/A - test infrastructure mock-only change.
Screenshots/Recordings
N/A - no user-facing UI changes.
Before
N/A
After
N/A
Pre-merge author checklist
Performance checks (if applicable)
Pre-merge reviewer checklist