This PR adds a scheduled run the e2e.yml github action to run it once daily.
It also updates the tests to remove an extra call to setupWallet. this call is already triggered by synpress by default when the SKIP_EXTENSION_SETUP env variable is not provided. so it isn't needed here
This PR adds a scheduled run the
e2e.yml
github action to run it once daily.It also updates the tests to remove an extra call to
setupWallet
. this call is already triggered bysynpress
by default when theSKIP_EXTENSION_SETUP
env variable is not provided. so it isn't needed here