|
|
@ -48,8 +48,8 @@ module.exports = { |
|
|
|
'Import From Github For Valid URL': function (browser: NightwatchBrowser) { |
|
|
|
'Import From Github For Valid URL': function (browser: NightwatchBrowser) { |
|
|
|
browser |
|
|
|
browser |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
.clickLaunchIcon('settings') |
|
|
|
.clickLaunchIcon('settings').pause(1000) |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.clickLaunchIcon('filePanel').pause(1000) |
|
|
|
.scrollAndClick('*[data-id="landingPageImportFromGitHubButton"]') |
|
|
|
.scrollAndClick('*[data-id="landingPageImportFromGitHubButton"]') |
|
|
|
.waitForElementVisible('*[data-id="homeTabModalDialogCustomPromptText"]') |
|
|
|
.waitForElementVisible('*[data-id="homeTabModalDialogCustomPromptText"]') |
|
|
|
.clearValue('*[data-id="homeTabModalDialogCustomPromptText"]') |
|
|
|
.clearValue('*[data-id="homeTabModalDialogCustomPromptText"]') |
|
|
|