Relative Content

Tag Archive for javascriptreactjsjestjsmaterial-ui

Jest testing an MUI Dialog

I have an MUI dialog which I am trying to test as part of a larger test case for the dialog’s parent. There are a few steps before the dialog can be opened. First, a Material-Table must be rendered. Then an action in the table’s action column must be clicked. Clicking on this action will call a function which runs a fetch request before setting the Dialogs open prop to true.