mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(client): add details to daily challenges calendar (#63003)
This commit is contained in:
@@ -251,6 +251,6 @@ test.describe('Daily Coding Challenge Archive', () => {
|
||||
|
||||
await expect(page.getByTestId('calendar-day-completed')).toHaveCount(1);
|
||||
|
||||
await expect(page.getByTestId('calendar-day-not-completed')).toHaveCount(1);
|
||||
await expect(page.getByTestId('calendar-day-not-completed')).toHaveCount(3);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user