Commit 330d5002 authored by ioedeveloper's avatar ioedeveloper

Update filemanager_api test

parent 409523ed
...@@ -76,6 +76,7 @@ module.exports = { ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment