Commit cfcd9c65 authored by yann300's avatar yann300

fix e2e

parent 5214496d
......@@ -58,16 +58,6 @@ module.exports = {
.assert.visible('div[data-id="terminalContainerDisplay"]')
},
'Toggles File Explorer Browser': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('div[data-id="filePanelFileExplorerTree"]')
.waitForElementPresent('[data-id="treeViewLitreeViewItemcontracts"]')
.click('[data-path="default_workspace"]')
.waitForElementNotPresent('[data-id="treeViewLitreeViewItemcontracts"]')
.click('[data-path="default_workspace"]')
.waitForElementPresent('[data-id="treeViewLitreeViewItemcontracts"]')
},
'Switch Tabs using tabs icon': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('div[data-id="filePanelFileExplorerTree"]')
......
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