|
|
|
@ -72,7 +72,11 @@ module.exports = { |
|
|
|
|
browser.clickLaunchIcon('home') |
|
|
|
|
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) |
|
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
|
.scrollAndClick('*[data-id="landingPageImportFromGistButton"]') |
|
|
|
|
// .scrollAndClick('*[data-id="landingPageImportFromGistButton"]')
|
|
|
|
|
.click('div[title="home"]') |
|
|
|
|
.waitForElementVisible('button[data-id="landingPageImportFromGistButton"]') |
|
|
|
|
.pause(1000) |
|
|
|
|
.scrollAndClick('button[data-id="landingPageImportFromGistButton"]') |
|
|
|
|
.waitForElementVisible('*[data-id="modalDialogModalTitle"]') |
|
|
|
|
.assert.containsText('*[data-id="modalDialogModalTitle"]', 'Load a Gist') |
|
|
|
|
.waitForElementVisible('*[data-id="modalDialogModalBody"]') |
|
|
|
|