We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 806b198 commit c106b5fCopy full SHA for c106b5f
apps/remix-ide-e2e/src/tests/workspace_git.test.ts
@@ -381,7 +381,7 @@ module.exports = {
381
.waitForElementPresent('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok')
382
.execute(function () { (document.querySelector('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') as HTMLElement).click() })
383
.pause(100)
384
- .waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts"]')
+ .waitForElementVisible('*[data-id="treeViewLitreeViewItemsrc"]')
385
.openFile('src')
386
.openFile('src/Counter.sol')
387
.pause(1000)
0 commit comments