pull/4472/head
yann300 9 months ago
parent 806b198909
commit c106b5f604
  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