mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: add catalog (#66680)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
This commit is contained in:
+5
-1
@@ -138,7 +138,7 @@ test.describe('Header', () => {
|
||||
await expect(menuButton).toBeFocused();
|
||||
});
|
||||
|
||||
test('The menu should contain links to: donate, curriculum, forum, news, radio, contribute, and podcast', async ({
|
||||
test('The menu should contain links to: donate, curriculum, catalog, forum, news, radio, contribute, and podcast', async ({
|
||||
page
|
||||
}) => {
|
||||
const menuButton = page.getByTestId(headerComponentElements.menuButton);
|
||||
@@ -157,6 +157,10 @@ test.describe('Header', () => {
|
||||
name: translations.buttons.curriculum,
|
||||
href: '/learn'
|
||||
},
|
||||
{
|
||||
name: translations.buttons.catalog,
|
||||
href: '/catalog'
|
||||
},
|
||||
{
|
||||
name: translations.buttons.forum,
|
||||
href: links.nav.forum
|
||||
|
||||
Reference in New Issue
Block a user