Skip to content

Commit a10e1ba

Browse files
test: just a dummy diff to trigger pipeline
1 parent 8040276 commit a10e1ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/ParametersForm/index.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ describe('ParametersForm Component', () => {
2626

2727
it('renders all form fields and the submit button', () => {
2828
render(<ParametersForm stationsConfiguration={mockConfiguration} />);
29-
3029
expect(screen.getByText(/Simulation Parameters/i)).toBeInTheDocument();
3130
expect(screen.getByLabelText(/Select Stations Configuration/i)).toBeInTheDocument();
3231
expect(screen.getByLabelText(/Car Consumption \(kWh\)/i)).toBeInTheDocument();

0 commit comments

Comments
 (0)