diff --git a/packages/app/tests/e2e/features/dashboard.spec.ts b/packages/app/tests/e2e/features/dashboard.spec.ts index b9b52965d..bf17720c5 100644 --- a/packages/app/tests/e2e/features/dashboard.spec.ts +++ b/packages/app/tests/e2e/features/dashboard.spec.ts @@ -228,7 +228,7 @@ test.describe('Dashboard', { tag: ['@dashboard'] }, () => { // Verify chart is still visible (validates that the change worked) const chartContainers = dashboardPage.getChartContainers(); - await expect(chartContainers).toHaveCount(1); + await expect(chartContainers).toHaveCount(1, { timeout: 10000 }); }); }, );