kwdikeman
kwdikeman
I can create/import wallets/accounts and name them anything I'd like. In the latest test I've have a 'default QA', Account 0, Account 1, Account 2, Account 3. CreateNode_account0.js - this...
task.(confirmMetamaskPermissionToSpend) CypressError cy.task('confirmMetamaskPermissionToSpend') failed with the following error: > Cannot read property 'waitForTimeout' of undefined The call to approve permission for spend of coins works - invokes the metamask popup...
I have a script that does the initial setup and imports the accounts I need for testing. I then change the support/index.js to SKIP_METAMASK_SETUP and INSTALL. As I got through...