mirror of
https://github.com/apache/superset.git
synced 2026-04-09 19:35:21 +00:00
feat(explore): allow opening charts with missing dataset (#12705)
This commit is contained in:
@@ -99,7 +99,7 @@ describe('DatasourceControl', () => {
|
||||
const wrapper = setup();
|
||||
const alert = wrapper.find(Icon);
|
||||
expect(alert.at(1).prop('name')).toBe('alert-solid');
|
||||
const tooltip = wrapper.find(Tooltip).at(1);
|
||||
const tooltip = wrapper.find(Tooltip).at(0);
|
||||
expect(tooltip.prop('title')).toBe(
|
||||
defaultProps.datasource.health_check_message,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user