Skip to content

Commit 74ac7bf

Browse files
author
ci-bot
committed
reduce pause
1 parent 7013fc3 commit 74ac7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ module.exports = {
481481
.waitForElementVisible(selector)
482482
.click(selector)
483483
.click('*[data-id="workspacesubMenuRename"]') // rename workspace_name
484-
.pause(3000)
484+
.pause(500)
485485
.waitForElementVisible('*[data-id="modalDialogCustomPromptTextRename"]')
486486
.click('*[data-id="modalDialogCustomPromptTextRename"]')
487487
.clearValue('*[data-id="modalDialogCustomPromptTextRename"]')
@@ -509,7 +509,7 @@ module.exports = {
509509
.waitForElementVisible(selector)
510510
.click(selector)
511511
.click('*[data-id="workspacesubMenuDelete"]') // delete workspace_name_1
512-
.pause(3000)
512+
.pause(500)
513513
.waitForElementVisible('*[data-id="topbarModalModalDialogModalFooter-react"]')
514514
.click('*[data-id="topbarModalModalDialogModalFooter-react"] .modal-ok')
515515
.waitForElementVisible('*[data-id="workspacesSelect"]')

0 commit comments

Comments
 (0)