File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ context('Fusion Studio', function() {
120120 cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell .dialogBlock .dialogTitle' ) . should ( 'contain.text' , 'Edit User: ' + userName ) ;
121121 cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell .dialogBlock .dialogContent .pb-body' ) . should ( 'be.visible' ) . find ( 'span + input.theia-input[type=text]' ) . should ( 'have.value' , userName ) ;
122122 cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell .dialogBlock .dialogControl .theia-button.secondary' ) . should ( 'be.visible' ) . click ( ) ;
123- cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell' ) . should ( 'not.be.visible ' ) ;
123+ cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell' ) . should ( 'not.exist ' ) ;
124124 } ) ;
125125 } )
126126 it ( 'open group information' , function ( ) {
@@ -134,7 +134,7 @@ context('Fusion Studio', function() {
134134 cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell .dialogBlock .dialogTitle' ) . should ( 'contain.text' , 'Edit Group: ' + groupName ) ;
135135 cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell .dialogBlock .dialogContent .pb-body' ) . should ( 'be.visible' ) . find ( 'span + input.theia-input[type=text]' ) . should ( 'have.value' , groupName ) ;
136136 cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell .dialogBlock .dialogControl .theia-button.secondary' ) . should ( 'be.visible' ) . click ( ) ;
137- cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell' ) . should ( 'not.be.visible ' ) ;
137+ cy . get ( '.p-Widget.dialogOverlay#theia-dialog-shell' ) . should ( 'not.exist ' ) ;
138138 } ) ;
139139 } )
140140 } )
You can’t perform that action at this time.
0 commit comments