diff --git a/src/app/tabs/test-tab.js b/src/app/tabs/test-tab.js index ac3cd9b6b6..0021004a41 100644 --- a/src/app/tabs/test-tab.js +++ b/src/app/tabs/test-tab.js @@ -171,7 +171,7 @@ module.exports = class TestTab extends BaseApi {
For more details, see How to test smart contracts guide in our documentation. -
Generate test file
+
Generate test file
diff --git a/src/app/ui/landing-page/workspace.js b/src/app/ui/landing-page/workspace.js index ed8b3f2d57..b2b8044812 100644 --- a/src/app/ui/landing-page/workspace.js +++ b/src/app/ui/landing-page/workspace.js @@ -21,7 +21,6 @@ export const defaultWorkspaces = (appManager) => { appManager.ensureActivated('run') appManager.ensureActivated('solidityStaticAnalysis') appManager.ensureActivated('solidityUnitTesting') - globalRegistry.get('filemanager').api.switchFile() globalRegistry.get('verticalicon').api.select('solidity') }, () => {}), new Workspace( @@ -31,7 +30,6 @@ export const defaultWorkspaces = (appManager) => { () => { appManager.ensureActivated('vyper') appManager.ensureActivated('run') - globalRegistry.get('filemanager').api.switchFile() globalRegistry.get('verticalicon').api.select('vyper') }, () => {}), new Workspace('Debugger', 'Debug transactions with remix', false, () => {