fix(curriculum): missing b1 cert from settings page (#64938)

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
Jessica Wilkins
2026-01-02 02:12:04 -08:00
committed by GitHub
parent d39e4d29f4
commit d1dca406a3
9 changed files with 17 additions and 3 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ test.describe('Public profile certifications', () => {
await expect(
page.getByRole('link', { name: /View.+Certification/ })
).toHaveCount(24);
).toHaveCount(25);
});
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(24);
).toHaveCount(25);
});
test.afterAll(() => {