metamask-extension
metamask-extension copied to clipboard
Speed up and cancel transaction e2e tests
Explanation
Add e2e tests for speeding up and cancelling transactions
More Information
Screenshots/Screencaps
Before
After
Manual Testing Steps
Pre-Merge Checklist
- [x] PR template is filled out
- [x] Manual testing complete & passed
- [x] IF this PR fixes a bug, a test that would have caught the bug has been added
- [x] PR is linked to the appropriate GitHub issue
- [x] IF QA attention is required, "QA Board" label has been applied
- [x] PR has been added to the appropriate release Milestone
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 [e9cf6d0]
Page Load Metrics (1737 ± 25 ms)
Platform | Page | Metric | Min (ms) | Max (ms) | Average (ms) | StandardDeviation (ms) | MarginOfError (ms) |
---|---|---|---|---|---|---|---|
Chrome | Home | firstPaint | 80 | 1735 | 264 | 479 | 230 |
domContentLoaded | 1629 | 1839 | 1721 | 53 | 25 | ||
load | 1653 | 1854 | 1737 | 53 | 25 | ||
domInteractive | 1629 | 1839 | 1721 | 53 | 25 |
Builds ready [e260c1e]
Page Load Metrics (1764 ± 44 ms)
Platform | Page | Metric | Min (ms) | Max (ms) | Average (ms) | StandardDeviation (ms) | MarginOfError (ms) |
---|---|---|---|---|---|---|---|
Chrome | Home | firstPaint | 84 | 1868 | 593 | 747 | 359 |
domContentLoaded | 1582 | 1947 | 1723 | 94 | 45 | ||
load | 1606 | 1947 | 1764 | 91 | 44 | ||
domInteractive | 1582 | 1947 | 1723 | 94 | 45 |
Hey @PeterYinusa : is this covering EIP-1559-V2 also ?
Hey @PeterYinusa : is this covering EIP-1559-V2 also ?
Not yet, I was hoping to get this in and ensuring its running reliably in the pipeline before adding EIP1559V2 transactions
@PeterYinusa what are the next steps here?