MetaMask / test-dapp

The sample dapp used for e2e testing and metamask-extension QA
https://metamask.github.io/test-dapp/
MIT License
587 stars 347 forks source link

fix: android and detox E2E issue #343

Closed vinistevam closed 3 months ago

vinistevam commented 3 months ago

This PR addresses an issue occurring on Android within the Detox build, which prevents interaction with the test dapp. The problem first appeared in version v8.2.0, introduced in PR #284. The issue arises whenever @web3modal/ethers5 is imported, causing the tests to break. This behavior is observed exclusively on Android within the Detox build.