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 780b40d commit 8ea5f36Copy full SHA for 8ea5f36
apps/remix-ide-e2e/src/tests/workspace.test.ts
@@ -512,7 +512,6 @@ module.exports = {
512
.waitForElementVisible(`[data-id="dropdown-item-workspace_name_1"]`)
513
.waitForElementVisible(selector)
514
.click(selector)
515
- .waitForElementVisible('*[data-id="workspacesubMenuDelete"]')
516
.click('*[data-id="workspacesubMenuDelete"]') // delete workspace_name_1
517
.waitForElementVisible('*[data-id="topbarModalModalDialogModalFooter-react"]')
518
.click('*[data-id="topbarModalModalDialogModalFooter-react"] .modal-ok')
0 commit comments