mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
[Datasource Editor] A few small UI changes in modal to prevent accidental edits (#8471)
This commit is contained in:
@@ -91,6 +91,7 @@ describe('DatasourceEditor', () => {
|
||||
});
|
||||
|
||||
it('renders isSqla fields', () => {
|
||||
wrapper.setState({ activeTabKey: 4 });
|
||||
expect(wrapper.state('isSqla')).toBe(true);
|
||||
expect(wrapper.find(Field).find({ fieldKey: 'fetch_values_predicate' }).exists()).toBe(true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user