Update filemanager_api test

pull/668/head
ioedeveloper 4 years ago
parent 409523ed7f
commit 330d500247
  1. 1
      apps/remix-ide-e2e/src/tests/fileManager_api.test.ts

@ -76,6 +76,7 @@ module.exports = {
'Should execute `readdir` api from file manager external api': function (browser: NightwatchBrowser) { 'Should execute `readdir` api from file manager external api': function (browser: NightwatchBrowser) {
browser browser
.click('li[data-id="treeViewLitreeViewItembrowser/README.txt"')
.addFile('readdirFile.js', { content: executeReaddir }) .addFile('readdirFile.js', { content: executeReaddir })
.executeScript(`remix.exeCurrent()`) .executeScript(`remix.exeCurrent()`)
.pause(2000) .pause(2000)

Loading…
Cancel
Save