mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Port Foreign Data Wrapper, Foreign Server and User Mapping nodes to react. Fixes #6583
This commit is contained in:
@@ -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', ()=>{
|
||||
|
||||
Reference in New Issue
Block a user