mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 03:59:12 +00:00
Fix issue-3568: UI: DataQualityTable test is failing (#3569)
This commit is contained in:
parent
a66ef4800c
commit
a1adb23808
@ -15,6 +15,12 @@ jest.mock('../../common/non-admin-action/NonAdminAction', () => {
|
||||
));
|
||||
});
|
||||
|
||||
jest.mock('../../common/rich-text-editor/RichTextEditorPreviewer', () => {
|
||||
return jest
|
||||
.fn()
|
||||
.mockImplementation(() => <div>RichTextEditorPreviewerComponent</div>);
|
||||
});
|
||||
|
||||
describe('Test DataQualityTable component', () => {
|
||||
it('DataQualityTable component should be render properly', async () => {
|
||||
const { container } = render(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user