Update apps/token-e2e/src/support/wallet-teardown.functions.js

Co-authored-by: Dexter Edwards <dexter.edwards93@gmail.com>
This commit is contained in:
AndyWhiteVega 2022-07-07 11:07:01 +01:00 committed by GitHub
parent c8bcc60a19
commit adbdf52793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,6 @@ Cypress.Commands.add(
});
}
);
// ensure to cy.reload() after running this in order to take affect
}
);