Fix an issue in search objects where objects were unable to locate occasionally. #5916

This commit is contained in:
Aditya Toshniwal
2023-04-04 18:29:54 +05:30
committed by GitHub
parent fdf7a459eb
commit a18d469c90
3 changed files with 4 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ describe('ERDTool', ()=>{
erd = mount(
<Theme>
<ModalProvider>
<ERDTool params={params} pgAdmin={pgAdmin} pgWindow={pgWindow} />
<ERDTool params={params} pgAdmin={pgAdmin} pgWindow={pgWindow} isTest={true} />
</ModalProvider>
</Theme>
);