it("displays the value", () => {
    renderReadOnlyInput()
    expect(screen.queryByDisplayValue(/value/)).not.toBe(null)
})