File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ module.exports = {
481
481
. waitForElementVisible ( selector )
482
482
. click ( selector )
483
483
. click ( '*[data-id="workspacesubMenuRename"]' ) // rename workspace_name
484
- . pause ( 3000 )
484
+ . pause ( 500 )
485
485
. waitForElementVisible ( '*[data-id="modalDialogCustomPromptTextRename"]' )
486
486
. click ( '*[data-id="modalDialogCustomPromptTextRename"]' )
487
487
. clearValue ( '*[data-id="modalDialogCustomPromptTextRename"]' )
@@ -509,7 +509,7 @@ module.exports = {
509
509
. waitForElementVisible ( selector )
510
510
. click ( selector )
511
511
. click ( '*[data-id="workspacesubMenuDelete"]' ) // delete workspace_name_1
512
- . pause ( 3000 )
512
+ . pause ( 500 )
513
513
. waitForElementVisible ( '*[data-id="topbarModalModalDialogModalFooter-react"]' )
514
514
. click ( '*[data-id="topbarModalModalDialogModalFooter-react"] .modal-ok' )
515
515
. waitForElementVisible ( '*[data-id="workspacesSelect"]' )
You can’t perform that action at this time.
0 commit comments