From ca01d59b152faf5ee411f443eed2f29fc5530606 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 29 Oct 2020 16:20:18 +0100 Subject: [PATCH] Correct name typo --- apps/remix-ide-e2e/src/commands/testContracts.ts | 2 +- .../remix-ui/debugger-ui/src/lib/vm-debugger/solidity-state.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/commands/testContracts.ts b/apps/remix-ide-e2e/src/commands/testContracts.ts index 0e3de8a7da..7b7192348e 100644 --- a/apps/remix-ide-e2e/src/commands/testContracts.ts +++ b/apps/remix-ide-e2e/src/commands/testContracts.ts @@ -17,7 +17,7 @@ function testContracts (browser: NightwatchBrowser, fileName: string, contractCo browser .clickLaunchIcon('solidity') .addFile(fileName, contractCode) - .pause(25000) + .pause(1000) .verifyContracts(compiledContractNames) .perform(() => { callback() diff --git a/libs/remix-ui/debugger-ui/src/lib/vm-debugger/solidity-state.tsx b/libs/remix-ui/debugger-ui/src/lib/vm-debugger/solidity-state.tsx index 921e4db28c..023dbe205d 100644 --- a/libs/remix-ui/debugger-ui/src/lib/vm-debugger/solidity-state.tsx +++ b/libs/remix-ui/debugger-ui/src/lib/vm-debugger/solidity-state.tsx @@ -34,7 +34,7 @@ export const SolidityState = ({ calldata, message }) => { } return ( -
+
{ }