|
|
|
@ -7,7 +7,7 @@ const tests = { |
|
|
|
|
open: function (browser: NightwatchBrowser) { |
|
|
|
|
browser.waitForElementVisible('*[data-id="openFolderButton"]', 10000).click('*[data-id="openFolderButton"]') |
|
|
|
|
}, |
|
|
|
|
'open xterm linux and create a file': function (browser: NightwatchBrowser) { |
|
|
|
|
'open xterm window and create a file': function (browser: NightwatchBrowser) { |
|
|
|
|
browser |
|
|
|
|
.waitForElementVisible('*[data-id="tabXTerm"]', 10000) |
|
|
|
|
.click('*[data-id="tabXTerm"]') |
|
|
|
|