From 2ab939cd3ee7ca1c567699aecd307a020ad399ad Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 30 Sep 2021 12:11:06 +0100 Subject: [PATCH] Add delay to remixd test --- apps/remix-ide-e2e/src/tests/remixd.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide-e2e/src/tests/remixd.test.ts b/apps/remix-ide-e2e/src/tests/remixd.test.ts index 293bdb16c0..74b4059719 100644 --- a/apps/remix-ide-e2e/src/tests/remixd.test.ts +++ b/apps/remix-ide-e2e/src/tests/remixd.test.ts @@ -76,6 +76,7 @@ module.exports = { .addFile('test_import_node_modules_with_github_import.sol', sources[4]['test_import_node_modules_with_github_import.sol']) .clickLaunchIcon('solidity') .setSolidityCompilerVersion('soljson-v0.8.0+commit.c7dfd78e.js') // open-zeppelin moved to pragma ^0.8.0 + .pause(10000) .testContracts('test_import_node_modules_with_github_import.sol', sources[4]['test_import_node_modules_with_github_import.sol'], ['ERC20', 'test11']) }, 'Static Analysis run with remixd': function (browser) {