pull/2729/head
yann300 2 years ago committed by Aniket
parent dec90b44f5
commit bc107c607b
  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