mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
feat: release a2-english exam (#63136)
This commit is contained in:
@@ -16,7 +16,7 @@ test.describe('Public profile certifications', () => {
|
||||
|
||||
await expect(
|
||||
page.getByRole('link', { name: /View.+Certification/ })
|
||||
).toHaveCount(19);
|
||||
).toHaveCount(20);
|
||||
});
|
||||
|
||||
test('Should show claimed certifications if the username includes uppercase characters', async ({
|
||||
@@ -48,7 +48,7 @@ test.describe('Public profile certifications', () => {
|
||||
await page.waitForURL('/certifiedboozer');
|
||||
await expect(
|
||||
page.getByRole('link', { name: /View.+Certification/ })
|
||||
).toHaveCount(19);
|
||||
).toHaveCount(20);
|
||||
});
|
||||
|
||||
test.afterAll(() => {
|
||||
|
||||
@@ -12,7 +12,7 @@ const LANDING_PAGE_LINKS = [
|
||||
},
|
||||
{
|
||||
slug: 'a2-english-for-developers',
|
||||
name: 'A2 English for Developers (Beta) Certification'
|
||||
name: 'A2 English for Developers Certification'
|
||||
},
|
||||
{
|
||||
slug: 'b1-english-for-developers',
|
||||
|
||||
Reference in New Issue
Block a user