Skip to content

Commit 9b9daa9

Browse files
authored
fix(curriculum): replaced archive challenge links (freeCodeCamp#64839)
1 parent 8190dd2 commit 9b9daa9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

e2e/bread-crumb.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { test, expect } from '@playwright/test';
22

33
test.beforeEach(async ({ page }) => {
44
await page.goto(
5-
'/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-2'
5+
'/learn/responsive-web-design-v9/workshop-cat-photo-app/step-2'
66
);
77
});
88

@@ -18,7 +18,7 @@ test.describe('Challenge Breadcrumb Tests', () => {
1818
await expect(superBlockLink).toBeVisible();
1919
await expect(superBlockLink).toHaveAttribute(
2020
'href',
21-
'/learn/2022/responsive-web-design'
21+
'/learn/responsive-web-design-v9'
2222
);
2323

2424
const block = page.getByTestId(testId).getByRole('listitem').last();
@@ -30,7 +30,7 @@ test.describe('Challenge Breadcrumb Tests', () => {
3030
await expect(blockLink).toBeVisible();
3131
await expect(blockLink).toHaveAttribute(
3232
'href',
33-
'/learn/2022/responsive-web-design/#learn-html-by-building-a-cat-photo-app'
33+
'/learn/responsive-web-design-v9/#workshop-cat-photo-app'
3434
);
3535
};
3636

0 commit comments

Comments
 (0)