@@ -37,7 +37,7 @@ describe('Menu', () => {
|
||||
|
||||
it('should have five menu items', () => {
|
||||
const items = (component as any).menuItems as { label: string; path: string }[];
|
||||
expect(items.length).toBe(5);
|
||||
expect(items.length).toBe(6);
|
||||
});
|
||||
|
||||
it('should contain Issues link', () => {
|
||||
|
||||
Reference in New Issue
Block a user