acceptMetamaskAccess() not working properly #583
tonykha123
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I'm using Synpress for my dapp, and everything seems to be working properly besides the acceptMetamaskAccess(). It seems to not register that the task is done even though it has successfully been completed.
As you can see here, it has accepted the metamask access going onto the next step which is the signature request. However since the task didnt register as being completed it just times itself out and cannot proceed to the next step which is accepting the signature request.
here is my code for the test case
Beta Was this translation helpful? Give feedback.
All reactions