feat: added stats component to profile page (#54301)

This commit is contained in:
Jenna (Ju Hee) Han
2024-04-27 16:20:26 -04:00
committed by GitHub
parent c14cfeed5a
commit 5cbe0b709e
9 changed files with 199 additions and 91 deletions
+1 -1
View File
@@ -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,