ChainSafe / dappeteer

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

Unable to sign typed data when the message area has a scroll bar #156

Closed j05u3 closed 1 year ago

j05u3 commented 1 year ago

Describe the bug In my tests I was unable to sign typed data when the message area has a scroll bar

To Reproduce Inside dappeteer do the following:

  1. Go to OpenSea
  2. Connect wallet
  3. Try to lower the price of an already listed NFT that you own
  4. Use metamask.sign() to approve the signature.

Expected behavior To sign the message.

Screenshots image

System:

It looks like we need to click the little arrow down button on the right bottom part of the message area.

BeroBurny commented 1 year ago

Resolved with #191