pull/5370/head
bunsenstraat 10 months ago
parent 126a2c6b78
commit a7034330db
  1. 3
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -258,6 +258,9 @@ module.exports = {
'Should clone a repository with submodules #group4': function (browser: NightwatchBrowser) {
browser
.captureBrowserExceptions((event) => {
console.log('>>> Exception:', event);
})
.clickLaunchIcon('filePanel')
.waitForElementVisible('[data-id="workspaceMenuDropdown"]')
.click('[data-id="workspaceMenuDropdown"]')

Loading…
Cancel
Save