ChainSafe / dappeteer

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

crash when to use setupMetaMask #350

Open 0xZoomEye opened 11 months ago

0xZoomEye commented 11 months ago

Describe the bug it will crash when to use setupMetaMask. the function crashed at this function

const closeWhatsNewModal = async (page) => {
    await (0, helpers_1.clickOnButton)(page, "popover-close");
};

Logs image

System: