feat: release a2-english exam (#63136)

This commit is contained in:
Shaun Hamilton
2025-11-11 04:20:03 +02:00
committed by GitHub
parent c722fcdd9d
commit 6fe97d3105
8 changed files with 80 additions and 29 deletions

View File

@@ -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(() => {

View File

@@ -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',