pull/5370/head
lianahus 3 years ago committed by yann300
parent a61d75b8ee
commit 0778cb871d
  1. 1
      apps/remix-ide-e2e/src/tests/importFromGithub.test.ts

@ -31,6 +31,7 @@ module.exports = {
'Display Error Message For Invalid GitHub URL Modal': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('settings')
.clickLaunchIcon('filePanel')
.scrollAndClick('*[data-id="landingPageImportFromGitHubButton"]')
.waitForElementVisible('*[data-id="homeTabModalDialogCustomPromptText"]')

Loading…
Cancel
Save