跳到主要内容

1 篇博文 含有标签「MUI」

查看所有标签

· 阅读需 3 分钟
Ruihua Niu
cover image

Overview

When using getByRole from react-testing-library to retrieve the component/element content, it should be quite straightforward, but when the component/element is wrapped with the Tooltip component from Material UI, something weird happen: getByRole can only get the content of the tooltip rather than the component/element content. This article is going to explain why such issue happen and how to fix it.