-
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
Further e2e fixes in wake of #6364 and #6367 #6374
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
danjm
force-pushed
the
prevent-infura-requests-e2e-tests-fixes
branch
from
March 29, 2019 13:20
2ff216f
to
30a6723
Compare
danjm
changed the title
Prevent infura requests e2e tests fixes
Further e2e fixes in wake of #6364 and #6367
Mar 29, 2019
whymarrh
force-pushed
the
prevent-infura-requests-e2e-tests
branch
from
March 29, 2019 13:45
7a31b03
to
3113114
Compare
whymarrh
changed the base branch from
prevent-infura-requests-e2e-tests
to
develop
March 29, 2019 14:01
danjm
force-pushed
the
prevent-infura-requests-e2e-tests-fixes
branch
from
March 29, 2019 14:11
30a6723
to
a62891f
Compare
danjm
force-pushed
the
prevent-infura-requests-e2e-tests-fixes
branch
from
March 29, 2019 14:29
a62891f
to
351f367
Compare
whymarrh
approved these changes
Mar 29, 2019
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
vittominacori
added a commit
to vittominacori/metamask-extension
that referenced
this pull request
Apr 3, 2019
* 'master' of https://github.com/MetaMask/metamask-extension: (84 commits) Version 6.3.1 Check token name constants against the lower case methodData name in conf tx switch container. Ensure correct confirm screen in case of smartcontract check fail About tab copy changes; Update route for Info & Help in account menu (MetaMask#6356) Revert to providing inline defaults in getHexGasTotal and increaseLastGasPrice (MetaMask#6361) Further e2e fixes in wake of MetaMask#6364 and MetaMask#6367 (MetaMask#6374) Split e2e run-all commands onto multiple lines Run from-import e2e tests with additional account, to avoid conflict with accounts in earlier test runs Use localhost instead of mainnent/infura for custom rpc tests in e2e tests. ci: Add build:test Gulp task for e2e build e2e: Update Contract Interaction wording e2e: Skip approving token test send-footer.utils.js - addressIsNew - improve readability test - unit - ui - actions - setCompletedOnboarding - fix stub to call callback lint fix actions - setCompletedOnboarding - make async with pify notice-controller - make markAllNoticesRead sync lib - nodeify - correctly wrap synchronous functions notices - markAllNoticesRead - use async/await buy-eth-url - lint fix ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR makes further changes to e2e tests, on top of those made in #6364 and includes the changes and commit described in #6367. This PR closes #6367
#6364 added a skip to a test. This PR removes the skip and adds some additional updates needed to get the tests to pass. Further changes to tests (outside of those skipped) that are needed because of f057d9c are also included.
This PR also addresses a source of test indeterminacy in the e2e tests entering of values into gas inputs.