diff --git a/apps/remix-ide-e2e/src/tests/runAndDeploy.ts b/apps/remix-ide-e2e/src/tests/runAndDeploy.ts index 33b7a59877..20455df8b3 100644 --- a/apps/remix-ide-e2e/src/tests/runAndDeploy.ts +++ b/apps/remix-ide-e2e/src/tests/runAndDeploy.ts @@ -69,6 +69,9 @@ module.exports = { .testFunction('last', { status: 'true Transaction mined and execution succeed' }) + // When this is removed and tests are running by connecting to metamask + // Consider adding tests to check return value of contract call + // See: https://github.com/ethereum/remix-project/pull/1229 .end() },