it("renders the value of the input", () => {
    renderStringInput()
    expect(screen.getByDisplayValue(/Option 1/)).not.toBe(null)
})