From e604257a51d27ba24579fadb588bb5e83901bf0c Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 26 Oct 2021 17:23:52 +0200 Subject: [PATCH] comment rename workspace --- apps/remix-ide-e2e/src/tests/plugin_api.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/plugin_api.ts b/apps/remix-ide-e2e/src/tests/plugin_api.ts index fa7f253cc3..66af95371c 100644 --- a/apps/remix-ide-e2e/src/tests/plugin_api.ts +++ b/apps/remix-ide-e2e/src/tests/plugin_api.ts @@ -237,10 +237,10 @@ module.exports = { await clickAndCheckLog(browser, null, null, { event: 'setWorkspace', args: [{ name: 'default_workspace', isLocalhost: false }] }, null) }) }, - 'Should rename workspace': async function (browser: NightwatchBrowser) { - await clickAndCheckLog(browser, 'filePanel:renameWorkspace', null, null, ['default_workspace', 'renamed']) - await clickAndCheckLog(browser, 'filePanel:getWorkspaces', ['emptyworkspace', 'testspace', 'newspace', 'renamed'], null, null) - }, + // 'Should rename workspace': async function (browser: NightwatchBrowser) { + // await clickAndCheckLog(browser, 'filePanel:renameWorkspace', null, null, ['default_workspace', 'renamed']) + // await clickAndCheckLog(browser, 'filePanel:getWorkspaces', ['emptyworkspace', 'testspace', 'newspace', 'renamed'], null, null) + // }, // DGIT 'Should have changes on new workspace': async function (browser: NightwatchBrowser) { await clickAndCheckLog(browser, 'filePanel:createWorkspace', null, null, 'dgit')