Skip to content
Snippets Groups Projects
Commit 71eb896e authored by VIktorGrev's avatar VIktorGrev
Browse files

test: fixing test in menu

parent 7f2d4da6
No related branches found
No related tags found
No related merge requests found
Pipeline #279989 passed with warnings
......@@ -118,7 +118,7 @@ describe('Menu and Router Tests', () => {
await mockRouter.isReady();
}
expect(mockRouter.currentRoute.value.name).toBe('home'); // Assuming 'Home' is the route name for '/'
expect(mockRouter.currentRoute.value.name).toBe('roadmap'); // Assuming 'Home' is the route name for '/'
});
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment