Signed-off-by: sjeyaraman <sjeyaraman@expedia.com>
This commit is contained in:
sjeyaraman
2022-06-24 15:09:54 -07:00
parent ff5b2f9947
commit ba8b7f5940
@@ -65,7 +65,7 @@ describe('ComponentContextMenu', () => {
const { getByText } = await render(
<EntityContextMenu
UNSTABLE_contextMenuOptions={{ disableUnregister: 'disabled' }}
UNSTABLE_contextMenuOptions={{ disableUnregister: 'disable' }}
onUnregisterEntity={mockCallback}
onInspectEntity={() => {}}
/>,