react testing library typescript property does not exist on type HtmlDivElement code example
Example: react testing library Property 'value' does not exist on type 'HTMLElement'.ts(2339)
const title = getByPlaceholderText("test") as HTMLInputElement;