React Testing Library Hook testing: userEvent.selectOptions not firing onChange event handler
userEvent.selectOptions actually selects the value i set but its not firing the event listener that updates a hook
userEvent.selectOptions actually selects the value i set but its not firing the event listener that updates a hook