pull/2364/head
filip mertens 3 years ago
parent be7c6e7462
commit 2a08d43cb4
  1. 1
      apps/remix-ide-e2e/src/tests/importFromGithub.test.ts

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

Loading…
Cancel
Save