Skip to content
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

Detox/ Update e2e based on v1 updates #1851

Merged
merged 4 commits into from
Sep 28, 2020

Conversation

ibrahimtaveras00
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 commented Sep 25, 2020

This is fixing all e2e tests to work with all our v1 updates (forcing password creation)

  • Deleted dapp-initiated-txn.spec.js since we no longer support editing amount on dapp txn's and it was costly to spend so much ETH on each test run. If we choose to incorporate editing amounts on dapps in the future, I can bring this one back.

  • Deleted metametrics-opt-out.spec.js since I already test opting out in onboarding-wizard-opt-out.spec.js it was redundant. I also added a check on settings > security & privacy to make sure metametrics is in fact disabled, and then to re-enable it.

  • I updated a typo in locales > en.json from loosing to losing

  • I also had to comment out ethereum enable test on browser-test which should work when Improvement/browser refactor #1829 is merged to develop

  • I also had to comment out two tests pertaining to browser homepage which should work whenever this is fixed

Both OS's passed 👍

Screen Shot 2020-09-25 at 3 30 33 PM

If you want to see it in action run the following:

Android -
detox build -c android.emu.debug && detox test -c android.emu.debug

iOS -
detox build -c ios.sim.debug && detox test -c ios.sim.debug

@ibrahimtaveras00 ibrahimtaveras00 requested a review from a team as a code owner September 25, 2020 02:46
@ibrahimtaveras00 ibrahimtaveras00 changed the title [WIP] Detox/ Update e2e based on v1 updates Detox/ Update e2e based on v1 updates Sep 25, 2020
@ibrahimtaveras00 ibrahimtaveras00 added the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Sep 25, 2020
Copy link
Contributor

@estebanmino estebanmino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ibrahimtaveras00 ibrahimtaveras00 merged commit 77688af into develop Sep 28, 2020
@ibrahimtaveras00 ibrahimtaveras00 deleted the detox/update-everything branch September 28, 2020 16:51
rickycodes pushed a commit that referenced this pull request Jan 31, 2022
* fix a lot of tests

* fixed browser test

Co-authored-by: Ibrahim Taveras <[email protected]>
Co-authored-by: Esteban Miño <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-dev-review PR needs reviews from other engineers (in order to receive required approvals)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants