Skip to content

Commit c106b5f

Browse files
committed
fix test
1 parent 806b198 commit c106b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/workspace_git.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ module.exports = {
381381
.waitForElementPresent('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok')
382382
.execute(function () { (document.querySelector('[data-id="fileSystemModalDialogModalFooter-react"] .modal-ok') as HTMLElement).click() })
383383
.pause(100)
384-
.waitForElementVisible('*[data-id="treeViewLitreeViewItemcontracts"]')
384+
.waitForElementVisible('*[data-id="treeViewLitreeViewItemsrc"]')
385385
.openFile('src')
386386
.openFile('src/Counter.sol')
387387
.pause(1000)

0 commit comments

Comments
 (0)