Skip to content

Commit 8ea5f36

Browse files
ci-botAniket-Engg
authored andcommitted
remove wait from workspaces test
1 parent 780b40d commit 8ea5f36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ module.exports = {
512512
.waitForElementVisible(`[data-id="dropdown-item-workspace_name_1"]`)
513513
.waitForElementVisible(selector)
514514
.click(selector)
515-
.waitForElementVisible('*[data-id="workspacesubMenuDelete"]')
516515
.click('*[data-id="workspacesubMenuDelete"]') // delete workspace_name_1
517516
.waitForElementVisible('*[data-id="topbarModalModalDialogModalFooter-react"]')
518517
.click('*[data-id="topbarModalModalDialogModalFooter-react"] .modal-ok')

0 commit comments

Comments
 (0)