-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat: account watcher e2e #26524
feat: account watcher e2e #26524
Conversation
…atcher-snap # Conflicts: # app/scripts/snaps/preinstalled-snaps.ts # yarn.lock
… preinstalled snap
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26524 +/- ##
========================================
Coverage 70.01% 70.01%
========================================
Files 1410 1410
Lines 49130 49130
Branches 13739 13739
========================================
Hits 34398 34398
Misses 14732 14732 ☔ View full report in Codecov by Sentry. |
Builds ready [e1b1b48]
Page Load Metrics (92 ± 10 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [390483c]
Page Load Metrics (77 ± 8 ms)
Bundle size diffs
|
Quality Gate passedIssues Measures |
Builds ready [8ea6344]
Page Load Metrics (83 ± 13 ms)
Bundle size diffs
|
Builds ready [8ea6344]
Page Load Metrics (83 ± 13 ms)
Bundle size diffs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work
Description
This PR introduces end-to-end (E2E) tests for the account watcher feature. The tests cover the following scenarios:
Related issues
Fixes: https://github.com/MetaMask/accounts-planning/issues/438
Manual testing steps
yarn build:test
yarn test:e2e:single test/e2e/accounts/create-watch-account.spec.ts --browser=chrome --leave-running
Screenshots/Recordings
N/A
Pre-merge author checklist
Pre-merge reviewer checklist