test: prevents race condition on app restarts#29721
test: prevents race condition on app restarts#29721christopherferreira9 wants to merge 2 commits into
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 fix a critical race condition in the vault initialization logic:
Since this utility is the foundation that ALL E2E tests rely on to bypass onboarding and start with a valid wallet state, any regression in this code could cause widespread test failures across all test suites. The fix addresses real flakiness issues that affect test reliability. All test tags should be run to:
Performance Test Selection: |
|



Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist