-
Notifications
You must be signed in to change notification settings - Fork 5.4k
chore: remove selectors from spec file #37439
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. |
Builds ready [784dee9]
UI Startup Metrics (1230 ± 113 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [66dc6be]
UI Startup Metrics (1281 ± 104 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [84e537d]
UI Startup Metrics (1273 ± 94 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Builds ready [092cd07]
UI Startup Metrics (1311 ± 95 ms)
📊 Page Load Benchmark ResultsCurrent Commit: 📄 Localhost MetaMask Test DappSamples: 100 Summary
📈 Detailed Results
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
Description
Remove selectors from spec page and replace them with page specific checks.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Replace selector-based confirmation with Activity List page-object checks in snap account transfer e2e tests.
test/e2e/tests/account/snap-account-transfers.spec.ts:.transaction-status-label--confirmed) with Activity List verification viaActivityListPage.checkConfirmedTxNumberDisplayedInActivity(1)in both sync and async approve flows.ActivityListPageto perform confirmation checks after sending transactions.Written by Cursor Bugbot for commit 092cd07. This will update automatically on new commits. Configure here.