|
|
@ -94,7 +94,7 @@ module.exports = { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.clickLaunchIcon('settings') |
|
|
|
.clickLaunchIcon('settings') |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.clickLaunchIcon('udapp') |
|
|
|
.switchEnvironment('vm-merge') |
|
|
|
.switchEnvironment('vm-london') |
|
|
|
.click('*[data-id="terminalClearConsole"]') // clear the terminal
|
|
|
|
.click('*[data-id="terminalClearConsole"]') // clear the terminal
|
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.click('*[data-id="treeViewDivtreeViewItem"]') // make sure we create the file at the root folder
|
|
|
|
.click('*[data-id="treeViewDivtreeViewItem"]') // make sure we create the file at the root folder
|
|
|
|