diff --git a/shell/components/nav/__tests__/TopLevelMenu.test.ts b/shell/components/nav/__tests__/TopLevelMenu.test.ts index 0d891c0a5e..8933564b1a 100644 --- a/shell/components/nav/__tests__/TopLevelMenu.test.ts +++ b/shell/components/nav/__tests__/TopLevelMenu.test.ts @@ -727,13 +727,13 @@ describe('topLevelMenu', () => { nameDisplay: 'cluster1', id: 'an-id1', mgmt: { id: 'an-id1' }, - isReady: true + canExplore: true }, { nameDisplay: 'cluster2', id: 'an-id2', mgmt: { id: 'an-id2' }, - isReady: true + canExplore: true } ]) } @@ -759,13 +759,13 @@ describe('topLevelMenu', () => { nameDisplay: 'cluster1', id: 'an-id1', mgmt: { id: 'an-id1' }, - isReady: true + canExplore: true }, { nameDisplay: 'cluster2', id: 'an-id2', mgmt: { id: 'an-id2' }, - isReady: true + canExplore: true } ]) } @@ -786,7 +786,7 @@ describe('topLevelMenu', () => { nameDisplay: 'cluster1', id: 'an-id1', mgmt: { id: 'an-id1' }, - isReady: true + canExplore: true } ]); @@ -814,7 +814,7 @@ describe('topLevelMenu', () => { nameDisplay: 'cluster1', id: 'an-id1', mgmt: { id: 'an-id1' }, - isReady: true + canExplore: true } ]);