pull/2364/head
filip mertens 3 years ago
parent 3e6d60d8c8
commit be7c6e7462
  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