cartesi / rollups-explorer

Cartesi Rollups Explorer Web Application
https://cartesiscan.io
Apache License 2.0
7 stars 26 forks source link

Add e2e utility function for logging into Metamask #205

Closed nevendyulgerov closed 1 week ago

nevendyulgerov commented 3 months ago

📄 Context

Add an e2e utility function for logging into MetaMask. We'll need this function in all other e2e tests related to the Send Transaction UI.

🎯 Definition of Done

nevendyulgerov commented 1 month ago

I did some work for this one in https://github.com/cartesi/rollups-explorer/tree/feature/205-add-e2e-utility-function-for-logging-into-metamask, exploring the synpress library. For the time being I'll leave this as is and will get back to it when I'm idle.