react testing library Property 'value' does not exist on type 'HTMLElement'.ts(2339)

HTML
const title = getByPlaceholderText("test") as HTMLInputElement;
Source

Also in HTML: