|
|
@ -11,9 +11,11 @@ module.exports = { |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('button[data-id="landingPageImportFromTemplate"]') |
|
|
|
.waitForElementVisible('button[data-id="landingPageImportFromTemplate"]') |
|
|
|
.click('button[data-id="landingPageImportFromTemplate"]') |
|
|
|
.click('button[data-id="landingPageImportFromTemplate"]') |
|
|
|
|
|
|
|
.waitForElementPresent('*[data-id="create-remixDefault"]') |
|
|
|
|
|
|
|
.scrollAndClick('*[data-id="create-remixDefault"]') |
|
|
|
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]') |
|
|
|
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextCreate"]') |
|
|
|
.waitForElementPresent('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') |
|
|
|
.waitForElementPresent('[data-id="TemplatesSelectionModalDialogContainer-react"] .modal-ok') |
|
|
|
.click('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') |
|
|
|
.click('[data-id="TemplatesSelectionModalDialogContainer-react"] .modal-ok') |
|
|
|
.pause(3000) |
|
|
|
.pause(3000) |
|
|
|
.windowHandles(function (result) { |
|
|
|
.windowHandles(function (result) { |
|
|
|
console.log(result.value) |
|
|
|
console.log(result.value) |
|
|
|