mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
09c4e33834
* chore(status-go) bump to latest
a93c8572...dd787c98
* feature: require manual acceptance of terms-of-use and privacy-statement (#21010)
This change changes the initial onboarding screen to require users to manually accept the terms-of-use and privacy-statement before continuing to onboard into the app.
* Hide provider down toast
---------
Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com>
* 👓 Hide chain down toasts (#21055)
---------
Co-authored-by: Sean Hagstrom <sean@seanhagstrom.com>
Co-authored-by: Yevheniia Berdnyk <ie.berdnyk@gmail.com>
Co-authored-by: Shivek Khurana <khuranashivek@outlook.com>
E2E tests requirements
Environment variables
- WEB3_INFURA_PROJECT_ID
- ETHERSCAN_API_KEY
- If running on SauceLab emulators:
- SAUCE_USERNAME
- SAUCE_ACCESS_KEY
- If running with Testrail (
--testrail_report=True
param):
- TESTRAIL_PASS
- TESTRAIL_USER
Other
Userdata is stored in tests.users
module (test/appium/tests/users.py
, which is not committed to repo).
So to launch e2e you need to copy users.py
to test/appium/tests/
to prevent ImportError
If you are external contributor, you can contact us at error-reports@status.im to get users.py
More info on local setup for e2e can be found here