Commit ee1878f0 authored by ioedeveloper's avatar ioedeveloper

Local filesystem e2e tests

parent 5738f5b7
......@@ -91,6 +91,12 @@ module.exports = {
}
done()
})
},
'Should open local filesystem explorer': function (browser) {
browser.waitForElementVisible('*[data-id="filePanelFileExplorerTree"]')
.waitForElementNotPresent('*[data-id="fileExplorerUploadFileuploadFile"]')
.click('*[data-id="fileExplorerUploadFileuploadFile"]')
.end()
},
......
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