Fixed the failure of python test cases of EPAS and JS tests for publication node. #5868

This commit is contained in:
Anil Sahoo
2023-05-29 17:41:45 +05:30
committed by GitHub
parent 396a22b6be
commit 05b595d32d
55 changed files with 401 additions and 53 deletions

View File

@@ -534,7 +534,7 @@ describe('FormComponents', ()=>{
setTimeout(()=>{
expect(onChange).toHaveBeenCalled();
done();
}, 100);
}, 1000);
});
it('accessibility', ()=>{