-
Notifications
You must be signed in to change notification settings - Fork 5.2k
feat: enable account syncing for MV2 #31141
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
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. |
This reverts commit b7426c7.
Builds ready [96e1714]
Page Load Metrics (2541 ± 329 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
test/e2e/tests/notifications/enable-notifications-with-accounts-sync.spec.ts
Outdated
Show resolved
Hide resolved
test/e2e/tests/identity/account-syncing/importing-private-key-account.spec.ts
Show resolved
Hide resolved
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! Thank you for the prompt fix 😍
Builds ready [2a67321]
Page Load Metrics (2628 ± 362 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
test/e2e/tests/identity/account-syncing/onboarding-with-opt-out.spec.ts
Outdated
Show resolved
Hide resolved
Builds ready [32e6368]
Page Load Metrics (3701 ± 1625 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [46d44fa]
Page Load Metrics (3503 ± 1662 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [9167b4f]
Page Load Metrics (3358 ± 1222 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
Builds ready [12f4820]
Page Load Metrics (2893 ± 333 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
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! Thanks for the improvements 🙏
Looks great @mathieuartu. I really like the new waits. |
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.
I love the new test setups
Description
This PR enables account syncing for MV2.
It also:
async
describe
statements, because those were making CI ignore thethis.timeout
overrides. We need those overrides as MV2 tests take a while for account syncing and user storage related operations.MV2 E2E test drive results:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/IDENTITY-56
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist