feat: add catalog (#66680)

Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
This commit is contained in:
Ahmad Abdolsaheb
2026-03-30 22:12:07 +03:00
committed by GitHub
parent d94a4ef671
commit 9a0086e2a6
8 changed files with 104 additions and 12 deletions
+5 -1
View File
@@ -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