dappeteer
dappeteer copied to clipboard
Unable to sign typed data when the message area has a scroll bar
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:
- Go to OpenSea
- Connect wallet
- Try to lower the price of an already listed NFT that you own
- Use
metamask.sign()
to approve the signature.
Expected behavior To sign the message.
Screenshots
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.