mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(client): daily challenge calendar (#66202)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
@@ -249,7 +249,7 @@ test.describe('Daily Coding Challenge Archive', () => {
|
||||
|
||||
await expect(page.getByTestId('calendar-day-completed')).toHaveCount(1);
|
||||
|
||||
await expect(page.getByTestId('calendar-day-not-completed')).toHaveCount(3);
|
||||
await expect(page.getByTestId('calendar-day-not-completed')).toHaveCount(1);
|
||||
|
||||
await page.getByTestId('calendar-day-completed').click();
|
||||
await expect(page).toHaveURL(
|
||||
|
||||
Reference in New Issue
Block a user