ChainSafe / dappeteer

[DEPRECATED]🏌🏼‍E2E testing for dApps using Puppeteer + MetaMask
Other
490 stars 152 forks source link

Timeout errors in MetaMask installation #294

Open DANDROZAVR opened 1 year ago

DANDROZAVR commented 1 year ago

Describe the bug Sometimes, some MetaMask parts in normal mode (not headless) are working too slowly. As a result, TimeoutErrors are throwing, Please, increase the limits or add some catching and retrying

Logs

TimeoutError: Waiting for selector .//label[contains(.,'New password')]/following-sibling::textarea|//label[contains(.,'New password')]/following-sibling::*//input|//h6[contains(.,'New password')]/parent::node()/parent::node()/following-sibling::input|//h6[contains(.,'New password')]/parent::node()/parent::node()/following-sibling::*//input|//span[contains(.,'New password')]/parent::node()/parent::node()/following-sibling::*//input|//span[contains(.,'New password')]/following-sibling::*//input failed: Waiting failed: 1000ms exceeded

harryduong99 commented 1 year ago

Facing the same issue!