pull/5370/head
filip mertens 3 years ago
parent 09ddcbbe22
commit d221d47427
  1. 2
      apps/remix-ide-e2e/src/tests/importFromGithub.test.ts

@ -41,7 +41,7 @@ module.exports = {
'Import From Github For Valid URL #group1': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.waitForElementVisible('*[data-id="landingPageImportFromGitHubButton"]')
.click('*[data-id="landingPageImportFromGitHubButton"]')
.waitForElementVisible('input[data-id="homeTabModalDialogCustomPromptText"]')
.click('input[data-id="homeTabModalDialogCustomPromptText"]').pause(1000)

Loading…
Cancel
Save