diff --git a/src/pages/__tests__/Dashboard.integration.test.tsx b/src/pages/__tests__/Dashboard.integration.test.tsx index 2e0ee4c..73a9c3b 100644 --- a/src/pages/__tests__/Dashboard.integration.test.tsx +++ b/src/pages/__tests__/Dashboard.integration.test.tsx @@ -35,7 +35,7 @@ describe('Dashboard Integration Tests', () => { } // Generate unique experiment names - experimentNames = [`Experiment 1 ${uniqueId}`, `Experiment 2 ${uniqueId}`]; + experimentNames = [`Exp 1 ${uniqueId}`, `Exp 2 ${uniqueId}`]; // Calculate future start and end dates const today = new Date();