File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
apps/remix-ide-e2e/src/tests
libs/remix-ui/tabs/src/lib/components Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -480,15 +480,16 @@ module.exports = {
480
480
. waitForElementVisible ( '*[data-id="dropdown-item-workspace_name"]' )
481
481
. waitForElementVisible ( selector )
482
482
. click ( selector )
483
+ // .waitForElementVisible('*[data-id="workspacesubMenuOverlay"]', 5000)
484
+ // .waitForElementVisible('*[data-id="workspacesubMenuRename"]', 5000)
483
485
. click ( '*[data-id="workspacesubMenuRename"]' ) // rename workspace_name
484
- . useCss ( )
485
486
// .waitForElementVisible('*[data-id="treeViewLitreeViewItemtests"]')
486
487
. waitForElementVisible ( '*[data-id="modalDialogCustomPromptTextRename"]' )
487
488
. click ( '*[data-id="modalDialogCustomPromptTextRename"]' )
488
489
. clearValue ( '*[data-id="modalDialogCustomPromptTextRename"]' )
489
490
. setValue ( '*[data-id="modalDialogCustomPromptTextRename"]' , 'workspace_name_renamed' )
490
491
. waitForElementPresent ( '[data-id="topbarModalModalDialogModalFooter-react"] .modal-ok' )
491
- . click ( '[data-id="topbarModalModalDialogModalFooter-react"] .modal-ok' )
492
+ . click ( '[data-id="topbarModalModalDialogModalFooter-react"] > .modal-ok' )
492
493
. pause ( 2000 )
493
494
. switchWorkspace ( 'workspace_name_1' )
494
495
. pause ( 2000 )
@@ -497,7 +498,6 @@ module.exports = {
497
498
. switchWorkspace ( 'workspace_name_renamed' )
498
499
. pause ( 2000 )
499
500
. currentWorkspaceIs ( 'workspace_name_renamed' )
500
- . expandAllFolders ( )
501
501
. waitForElementVisible ( '*[data-id="treeViewDivtreeViewItemtests"]' )
502
502
} ,
503
503
Original file line number Diff line number Diff line change 1
1
.custom-dropdown-wrapper {
2
2
position : relative;
3
3
display : inline-block;
4
- z-index : 9999 ;
4
+ z-index : 1000 ;
5
5
}
6
6
7
7
.custom-dropdown-trigger {
84
84
85
85
.custom-dropdown-item .border-bottom {
86
86
border-bottom : 1px solid var (--secondary );
87
- }
87
+ }
You can’t perform that action at this time.
0 commit comments