pull/5370/head
filip mertens 3 years ago
parent d221d47427
commit e22a5b539b
  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