pull/5370/head
yann300 3 years ago committed by Aniket
parent 25c1b26771
commit 84eb316669
  1. 1
      apps/remix-ide-e2e/src/tests/workspace.test.ts

@ -272,6 +272,7 @@ module.exports = {
'Should clone a repository #group2': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('filePanel')
.waitForElementVisible('[data-id="cloneGitRepository"]')
.click('[data-id="cloneGitRepository"]')
.waitForElementVisible('[data-id="fileSystemModalDialogModalBody-react"]')

Loading…
Cancel
Save