-
Notifications
You must be signed in to change notification settings - Fork 5.4k
test: Refactor e2e multichain account tests #36906
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. |
✨ Files requiring CODEOWNER review ✨🔑 @MetaMask/accounts-engineers (7 files, +299 -232)
🧪 @MetaMask/qa (7 files, +251 -27)
|
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [12fbe14]
UI Startup Metrics (1250 ± 72 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
12fbe14
to
73c6016
Compare
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [0abdc8f]
UI Startup Metrics (1245 ± 82 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [b7ebdfd]
UI Startup Metrics (1169 ± 60 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [0fca5df]
UI Startup Metrics (1235 ± 59 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [de20106]
UI Startup Metrics (1272 ± 74 ms)
Bundle size diffs [🚀 Bundle size reduced!]
|
de20106
to
dc40b3f
Compare
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [dc50b9b]
UI Startup Metrics (1230 ± 64 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Results generated automatically by MetaMask CI |
Builds ready [e7adba5]
UI Startup Metrics (1256 ± 76 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Refactors multichain accounts E2E to state 2 with new page objects and feature-flag mocks, selector updates, added testids, and minor timing tweaks.
Account details
,Addresses
,Rename
).forceBip44Version
towithFixtures
and apply multichain feature-flag mocks (feature-flag-mocks.ts
).withMultichainAccountsDesignEnabled
to state 2; allow multiple mocked endpoints; update imported-account helper for state 2.state
and passesforceBip44Version
.multichain/account-address-modal.ts
,multichain/address-list-modal.ts
,multichain/private-key-modal.ts
.multichain-account-details-page.ts
(confirm button, networks row, wallet link) andmultichain-wallet-details-page.ts
(header text).account-list-page.ts
: update menu/tab text, add helpers (e.g.,checkAddWalletButttonIsDisplayed
,checkAccountNameIsDisplayed
).address-qr-code-modal
: adddata-testid="account-address"
anddata-testid="view-address-on-etherscan"
for E2E.Written by Cursor Bugbot for commit e7adba5. This will update automatically on new commits. Configure here.