diff --git a/app/components/ParametersForm/index.test.tsx b/app/components/ParametersForm/index.test.tsx index efe6d96..1f0604d 100644 --- a/app/components/ParametersForm/index.test.tsx +++ b/app/components/ParametersForm/index.test.tsx @@ -26,7 +26,6 @@ describe('ParametersForm Component', () => { it('renders all form fields and the submit button', () => { render(); - expect(screen.getByText(/Simulation Parameters/i)).toBeInTheDocument(); expect(screen.getByLabelText(/Select Stations Configuration/i)).toBeInTheDocument(); expect(screen.getByLabelText(/Car Consumption \(kWh\)/i)).toBeInTheDocument();