React Testing Library – Unable to find the element with data-testid September 14, 2023 by Tarik Please use the queryByTestId instead getByTestId for the case. It will work.