dappeteer icon indicating copy to clipboard operation
dappeteer copied to clipboard

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

Open j05u3 opened this issue 2 years ago • 0 comments

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:

  • OS: Windows
  • OS version: 10
  • NodeJs version: 16.13.2
  • dAppeteer version: 3.0.0
  • testing framework: mocha
  • testing framework version: 9.1.3

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

j05u3 avatar Oct 14 '22 23:10 j05u3