no api test

pull/2356/head
filip mertens 3 years ago
parent 6f17be0f6e
commit 3ab1762d52
  1. 2
      apps/remix-ide-e2e/src/tests/plugin_api.ts

@ -277,7 +277,7 @@ module.exports = {
await clickAndCheckLog(browser, 'fileManager:readFile', 'test', null, 'testrename.txt')
},
'Should create empty workspace #flaky #group2': async function (browser: NightwatchBrowser) {
'Should create empty workspace #group2': async function (browser: NightwatchBrowser) {
await clickAndCheckLog(browser, 'filePanel:createWorkspace', null, null, ['emptyworkspace', true])
await clickAndCheckLog(browser, 'filePanel:getCurrentWorkspace', { name: 'emptyworkspace', isLocalhost: false, absolutePath: '.workspaces/emptyworkspace' }, null, null)
await clickAndCheckLog(browser, 'fileManager:readdir', {}, null, '/')

Loading…
Cancel
Save