-
Notifications
You must be signed in to change notification settings - Fork 5k
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
signature approved metrics e2e test #19628
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brad-decker
changed the title
signature approved e2e
signature approved metrics e2e test
Jun 15, 2023
Codecov Report
@@ Coverage Diff @@
## develop #19628 +/- ##
========================================
Coverage 69.83% 69.83%
========================================
Files 979 979
Lines 36905 36905
Branches 9909 9909
========================================
Hits 25769 25769
Misses 11136 11136 |
Builds ready [3172ffd]
Page Load Metrics (1583 ± 39 ms)
Bundle size diffs
|
brad-decker
force-pushed
the
test/e2e-test-permission-metricss-19261
branch
from
June 20, 2023 15:28
d1eedd6
to
5d35243
Compare
Builds ready [5d35243]
Page Load Metrics (1688 ± 95 ms)
Bundle size diffs
|
brad-decker
force-pushed
the
test/e2e-test-permission-metricss-19261
branch
from
June 21, 2023 16:56
7211b8e
to
efcb891
Compare
Builds ready [20e1ebd]
Page Load Metrics (1532 ± 28 ms)
Bundle size diffs
|
PeterYinusa
previously approved these changes
Jun 22, 2023
DDDDDanica
previously approved these changes
Jun 22, 2023
brad-decker
force-pushed
the
test/e2e-test-permission-metricss-19261
branch
from
June 22, 2023 18:59
20e1ebd
to
d1ef16d
Compare
Builds ready [62f1010]
Page Load Metrics (1597 ± 48 ms)
Bundle size diffs
|
brad-decker
force-pushed
the
test/e2e-test-permission-metricss-19261
branch
from
June 22, 2023 20:21
c831b7c
to
4c5675b
Compare
DDDDDanica
approved these changes
Jun 22, 2023
Builds ready [4c5675b]
Page Load Metrics (1443 ± 23 ms)
Bundle size diffs
|
PeterYinusa
approved these changes
Jun 23, 2023
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
metamaskbot
added
the
release-10.34.0
Issue or pull request that will be included in release 10.34.0
label
Jun 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Explanation
Part of #19261
Implements E2E tests to ensure that signing signature requests results in requested and approved events being fired to segment. This is important so that if anything changes we are alerted before mixpanel reflects a disturbance in our business metrics. These events are only fired for users who opt-in to metametrics so the controller for MetaMetrics is mocked out to have the opt-in flag set to true.
Manual Testing Steps
Pre-merge author checklist
Pre-merge reviewer checklist
If further QA is required (e.g. new feature, complex testing steps, large refactor), add the
Extension QA Board
label.In this case, a QA Engineer approval will be be required.