You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding Wallet Connect support in the test dapp (PR #284), we saw that Detox is no longer working whenever we are in an Android environment.
After invesigating, @vinistevam saw that the problem relies on importing the ethers package @web3modal/ethers5. Just using the import in the test-dapp, breaks the test environment when we navigate to the test dapp.
iOS works fine.
A workaround fix has been to use the import conditionally, depending on whether we are on an Android OS (PR #343), however we should investigate the root cause of this incompatibility.
Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
No response
Stakeholder review needed before the work gets merged
Engineering (needed in most cases)
Design
Product
QA (automation tests are required to pass before merging PRs but not all changes are covered by automation tests - please review if QA is needed beyond automation tests)
Security
Legal
Marketing
Management (please specify)
Other (please specify)
References
No response
The text was updated successfully, but these errors were encountered:
What is this about?
After adding Wallet Connect support in the test dapp (PR #284), we saw that Detox is no longer working whenever we are in an Android environment.
After invesigating, @vinistevam saw that the problem relies on importing the ethers package
@web3modal/ethers5
. Just using the import in the test-dapp, breaks the test environment when we navigate to the test dapp.iOS works fine.
A workaround fix has been to use the import conditionally, depending on whether we are on an Android OS (PR #343), however we should investigate the root cause of this incompatibility.
Scenario
No response
Design
No response
Technical Details
No response
Threat Modeling Framework
No response
Acceptance Criteria
No response
Stakeholder review needed before the work gets merged
References
No response
The text was updated successfully, but these errors were encountered: