mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): release A1 Spanish (#64519)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -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
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user