fix(tests): align tests to actual working code

This commit is contained in:
jubnl
2026-04-13 14:48:25 +02:00
parent c39182616b
commit e629548a42
3 changed files with 33 additions and 12 deletions
+2 -2
View File
@@ -835,8 +835,8 @@ describe('DashboardPage', () => {
expect(screen.getAllByText('2').length).toBeGreaterThan(0);
});
// Duration stat label
expect(screen.getAllByText(/duration/i).length).toBeGreaterThan(0);
// Days stat label
expect(screen.getAllByText(/days/i).length).toBeGreaterThan(0);
// Places stat label
expect(screen.getAllByText(/places/i).length).toBeGreaterThan(0);
});