mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: added stats component to profile page (#54301)
This commit is contained in:
committed by
GitHub
parent
c14cfeed5a
commit
5cbe0b709e
+1
-1
@@ -116,7 +116,7 @@ test.describe('Profile component', () => {
|
||||
});
|
||||
|
||||
test('renders total points correctly', async ({ page }) => {
|
||||
await expect(page.getByText('Number of points: 1')).toBeVisible();
|
||||
await expect(page.getByText('Total Points:')).toBeVisible();
|
||||
});
|
||||
|
||||
// The date range computation in this test doesn't match the implementation code,
|
||||
|
||||
Reference in New Issue
Block a user