feat(curriculum): release A1 Spanish (#64519)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
Nielda Karla
2025-12-14 15:48:04 -03:00
committed by GitHub
parent 8c02cd8ed0
commit 0cd88a07f8
41 changed files with 61 additions and 60 deletions
+1
View File
@@ -27,6 +27,7 @@ const nonArchivedSuperBlocks = [
intro[SuperBlocks.FullStackDeveloperV9].title,
intro[SuperBlocks.A2English].title,
intro[SuperBlocks.B1English].title,
intro[SuperBlocks.A1Spanish].title,
intro[SuperBlocks.TheOdinProject].title,
intro[SuperBlocks.CodingInterviewPrep].title,
intro[SuperBlocks.ProjectEuler].title,
+5 -1
View File
@@ -42,6 +42,10 @@ const LANDING_PAGE_LINKS = [
slug: 'b1-english-for-developers',
name: 'B1 English for Developers Certification (Beta)'
},
{
slug: 'a1-professional-spanish',
name: 'A1 Professional Spanish Certification (Beta)'
},
{
slug: 'foundational-c-sharp-with-microsoft',
name: 'Free Foundational C# with Microsoft Certification'
@@ -64,7 +68,7 @@ test.describe('Map Component', () => {
page.getByText(translations.landing['interview-prep-heading'])
).toBeVisible();
const curriculumBtns = page.getByTestId('curriculum-map-button');
await expect(curriculumBtns).toHaveCount(14);
await expect(curriculumBtns).toHaveCount(15);
for (const { name, slug } of LANDING_PAGE_LINKS) {
const superblockLink = page.getByRole('link', {