pull/5370/head
yann300 10 months ago
parent 615c31d7b7
commit 7c17138d40
  1. 2
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -381,7 +381,7 @@ module.exports = {
.waitForElementPresent('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok')
.execute(function () { (document.querySelector('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') as HTMLElement).click() })
.pause(100)
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts"]')
.waitForElementVisible('*[data-id="treeViewLitreeViewItemsrc"]')
.openFile('src')
.openFile('src/Counter.sol')
.pause(1000)

Loading…
Cancel
Save