-
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
test: [POM] Migrate watch account tests #29314
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. |
Builds ready [f149e45]
Page Load Metrics (1674 ± 53 ms)
Bundle size diffs
|
Builds ready [d125d81]
Page Load Metrics (1897 ± 173 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.
LGTM! Nice work
Builds ready [b7d2c81]
Page Load Metrics (1970 ± 110 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
LGTM
Builds ready [ef2016b]
Page Load Metrics (1428 ± 52 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
AccountDetailsModal
. Previously, it was a part ofAccountList
. I think it's better to separate it and make it an independent class.addAccount
and remove the originaddNewAccount
. So now for creating ethereum, bitcoin, solana accounts, we use the sameaddAccount
function with the account type as a parameter.watchEoaAddress
flow that can be reusable.Related issues
Manual testing steps
Check code readability, make sure tests pass.
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist