File tree Expand file tree Collapse file tree
shell/components/nav/__tests__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -727,13 +727,13 @@ describe('topLevelMenu', () => {
727727 nameDisplay : 'cluster1' ,
728728 id : 'an-id1' ,
729729 mgmt : { id : 'an-id1' } ,
730- isReady : true
730+ canExplore : true
731731 } ,
732732 {
733733 nameDisplay : 'cluster2' ,
734734 id : 'an-id2' ,
735735 mgmt : { id : 'an-id2' } ,
736- isReady : true
736+ canExplore : true
737737 }
738738 ] )
739739 }
@@ -759,13 +759,13 @@ describe('topLevelMenu', () => {
759759 nameDisplay : 'cluster1' ,
760760 id : 'an-id1' ,
761761 mgmt : { id : 'an-id1' } ,
762- isReady : true
762+ canExplore : true
763763 } ,
764764 {
765765 nameDisplay : 'cluster2' ,
766766 id : 'an-id2' ,
767767 mgmt : { id : 'an-id2' } ,
768- isReady : true
768+ canExplore : true
769769 }
770770 ] )
771771 }
@@ -786,7 +786,7 @@ describe('topLevelMenu', () => {
786786 nameDisplay : 'cluster1' ,
787787 id : 'an-id1' ,
788788 mgmt : { id : 'an-id1' } ,
789- isReady : true
789+ canExplore : true
790790 }
791791 ] ) ;
792792
@@ -814,7 +814,7 @@ describe('topLevelMenu', () => {
814814 nameDisplay : 'cluster1' ,
815815 id : 'an-id1' ,
816816 mgmt : { id : 'an-id1' } ,
817- isReady : true
817+ canExplore : true
818818 }
819819 ] ) ;
820820
You can’t perform that action at this time.
0 commit comments