-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
test: remove timer if isE2E #24160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
test: remove timer if isE2E #24160
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. |
4c106be to
f3a60ca
Compare
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThe change modifies
The Main component is a core navigation component that handles app state changes, notifications, and network switching. Running SmokeCore tests will verify that the core wallet functionality and navigation still work correctly with this change. Since the change is specifically designed to improve E2E test stability and doesn't modify any business logic, the risk is low. |
|




Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Skips starting the background transactions polling timer when the app goes to background if running in E2E, by gating it behind
isE2Eand importing the flag.Written by Cursor Bugbot for commit 55229b8. This will update automatically on new commits. Configure here.