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 0c70fdc commit 5ad4f0eCopy full SHA for 5ad4f0e
apps/remix-ide-e2e/src/tests/workspace.test.ts
@@ -47,7 +47,7 @@ module.exports = {
47
.execute(function () { document.querySelector('*[data-id="modalDialogCustomPromptTextCreate"]')['value'] = 'workspace_name_1' })
48
.click('*[data-id="workspacesModalDialogModalDialogModalFooter-react"] .modal-ok')
49
.waitForElementVisible('*[data-id="treeViewLitreeViewItemtests"]')
50
- .waitForElementNotPresent('*[data-id="treeViewLitreeViewItemtest.sol"]', 60000)
+ .waitForElementNotPresent('*[data-id="treeViewLitreeViewItemtest.sol"]')
51
.click('*[data-id="workspacesSelect"] option[value="workspace_name"]')
52
53
},
0 commit comments