-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add remove account group #1871
Add remove account group #1871
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
c1eafda
to
e2b6d55
Compare
e2b6d55
to
cfecc97
Compare
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.
Thanks @OKendigelyan - looks good, just a couple of nits 🚀
async (_, account) => { | ||
const user = userEvent.setup(); | ||
await renderInModal(<AccountSelectorModal />, store); | ||
const accountLabel = getAccountGroupLabel(account); |
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.
nit: accountLabel
-> groupLabel
maybe?
Same for other tests here
} | ||
); | ||
|
||
it("removes mnemonic accounts when confirmed", async () => { |
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.
Why this test is not grouped with ledger & social?
ce70f0f
into
add-account-derivation-for-mnemonic-users
Proposed changes
Task link
Types of changes
Steps to reproduce
Screenshots
Add the screenshots of how the app used to look like and how it looks now
Screen.Recording.2024-09-11.at.15.43.02.mov
Checklist