GoodDollar / GoodDAPP

GoodDollar.org Wallet is the simplest access point to Claim your daily G$. It Is based on web3 and React native web.
good-dapp.vercel.app
MIT License
103 stars 55 forks source link

Cypress can't find displayed element #349

Closed Andrewito97 closed 5 years ago

Andrewito97 commented 5 years ago

Description

React decoder error. Error may not occur but almost often i get it

Steps to reproduce

Im trying to click on Edit Profile button from Profile page using Cypress but it does not work. I folowed by link that was in Cypress console error https://reactjs.org/docs/error-decoder.html/?invariant=31&args[]=object%20with%20keys%20%7Bct%2C%20iv%2C%20s%7D& . I tried to get access it with selectors and xPath, set up timeouts and it does not work still. You can check my code in automated_tests branch in my pull request What else information do you need?

Find a button Find a button

Click on button Click on button

sirpy commented 5 years ago

should be fixed once #345 is merged