Port Foreign Data Wrapper, Foreign Server and User Mapping nodes to react. Fixes #6583

This commit is contained in:
Akshay Joshi
2021-07-10 12:59:20 +05:30
parent 79e1b0c5d8
commit 4b8e655948
20 changed files with 705 additions and 355 deletions

View File

@@ -96,7 +96,6 @@ describe('FormComponents', ()=>{
expect(ctrl.find(OutlinedInput).prop('readOnly')).toBe(true);
expect(ctrl.find(OutlinedInput).prop('disabled')).toBe(true);
expect(ctrl.find(OutlinedInput).prop('value')).toBe('new value');
expect(ctrl.find(OutlinedInput).prop('onChange')).toBe(onChange);
});
it('accessibility', ()=>{