|
|
|
@ -36,7 +36,6 @@ module.exports = { |
|
|
|
|
.clearValue('*[data-id="modalDialogCustomPromptText"]') |
|
|
|
|
.setValue('*[data-id="modalDialogCustomPromptText"]', 'workspace_name') |
|
|
|
|
.modalFooterOKClick() |
|
|
|
|
.click('*[data-path="workspace_name"]') |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemtests"]') |
|
|
|
|
.addFile('test.sol', { content: 'test' }) |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemtest.sol"]') |
|
|
|
@ -45,7 +44,6 @@ module.exports = { |
|
|
|
|
.clearValue('*[data-id="modalDialogCustomPromptText"]') |
|
|
|
|
.setValue('*[data-id="modalDialogCustomPromptText"]', 'workspace_name_1') |
|
|
|
|
.modalFooterOKClick() |
|
|
|
|
.click('*[data-path="workspace_name_1"]') |
|
|
|
|
.waitForElementVisible('*[data-id="treeViewLitreeViewItemtests"]') |
|
|
|
|
.waitForElementNotPresent('*[data-id="treeViewLitreeViewItemtest.sol"]') |
|
|
|
|
.click('*[data-id="workspacesSelect"] option[value="workspace_name"]') |
|
|
|
|