test: update accounts E2E tests to be BIP-44 compliant#25748
Conversation
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
All modified test files use the
Running both tags ensures the test infrastructure changes work correctly and don't break existing account/SRP functionality. Performance Test Selection: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #25748 +/- ##
==========================================
+ Coverage 80.48% 80.57% +0.09%
==========================================
Files 4300 4318 +18
Lines 111539 112106 +567
Branches 23743 23913 +170
==========================================
+ Hits 89771 90331 +560
+ Misses 15532 15469 -63
- Partials 6236 6306 +70 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
| { | ||
| type: 'Snap Keyring', | ||
| accounts: [], | ||
| metadata: { | ||
| id: '01KGQQ9KV8FNENY4HRBQY094G3', | ||
| name: '', | ||
| }, | ||
| }, |
There was a problem hiding this comment.
This is a bug but I think it should be kept for correctness since the vault has it



Description
This PR updates 3 E2E tests to be BIP-44 compliant,
Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MUL-1442
Manual testing steps
No applicable
Screenshots/Recordings
No applicable
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Test-only changes plus new fixture data; main risk is E2E brittleness from updated account ordering, indices, and hardcoded SRP strings.
Overview
Updates multichain E2E smoke tests to use new BIP-44/multichain-compliant fixtures and V2 account-details navigation, reducing reliance on feature-flag mocks and bespoke UI flows.
Adds two new
FixtureBuilderpresets for (1) an HD keyring + imported simple-key-pair account and (2) two HD keyrings, then rewires the delete account, add account to SRP, and export SRP from account actions tests to use these fixtures, updated account indices, and the newer SRP reveal entry point (tapAccountSrpLink).Written by Cursor Bugbot for commit 5fe4e66. This will update automatically on new commits. Configure here.