pull/1883/head
bunsenstraat 3 years ago
parent 9c5bfda938
commit 3abfbdec62
  1. 4
      apps/remix-ide-e2e/src/tests/importFromGithub.test.ts

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

Loading…
Cancel
Save