|
|
@ -26,7 +26,7 @@ module.exports = { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.clickLaunchIcon('fileExplorers') |
|
|
|
.clickLaunchIcon('fileExplorers') |
|
|
|
.rightClick('[data-path="browser/readme"]') |
|
|
|
.rightClick('[data-path="browser/README"]') |
|
|
|
.click('*[id="menuitemcreate folder"]') |
|
|
|
.click('*[id="menuitemcreate folder"]') |
|
|
|
.waitForElementVisible('*[data-id="modalDialogContainer"]') |
|
|
|
.waitForElementVisible('*[data-id="modalDialogContainer"]') |
|
|
|
.setValue('*[data-id="modalDialogCustomPromptText"]', 'Browser_Tests') |
|
|
|
.setValue('*[data-id="modalDialogCustomPromptText"]', 'Browser_Tests') |
|
|
|