it("renders ungrouped parameters in the group without explicitly listed parameters", () => {
    renderSourceParameters({})
    expect(screen.queryAllByText(/Other parameter/).length).toBe(2)
})