mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the failure of python test cases of EPAS and JS tests for publication node. #5868
This commit is contained in:
@@ -534,7 +534,7 @@ describe('FormComponents', ()=>{
|
||||
setTimeout(()=>{
|
||||
expect(onChange).toHaveBeenCalled();
|
||||
done();
|
||||
}, 100);
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
it('accessibility', ()=>{
|
||||
|
||||
Reference in New Issue
Block a user