pull/1855/head^2
lianahus 3 years ago committed by yann300
parent 70a132fbcb
commit ea6b786871
  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