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