Skip to content

Commit 7013fc3

Browse files
author
ci-bot
committed
add pause
1 parent 827fa66 commit 7013fc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ module.exports = {
481481
.waitForElementVisible(selector)
482482
.click(selector)
483483
.click('*[data-id="workspacesubMenuRename"]') // rename workspace_name
484+
.pause(3000)
484485
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextRename"]')
485486
.click('*[data-id="modalDialogCustomPromptTextRename"]')
486487
.clearValue('*[data-id="modalDialogCustomPromptTextRename"]')
@@ -508,6 +509,7 @@ module.exports = {
508509
.waitForElementVisible(selector)
509510
.click(selector)
510511
.click('*[data-id="workspacesubMenuDelete"]') // delete workspace_name_1
512+
.pause(3000)
511513
.waitForElementVisible('*[data-id="topbarModalModalDialogModalFooter-react"]')
512514
.click('*[data-id="topbarModalModalDialogModalFooter-react"] .modal-ok')
513515
.waitForElementVisible('*[data-id="workspacesSelect"]')

0 commit comments

Comments
 (0)