mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
feat(explore): allow opening charts with missing dataset (#12705)
This commit is contained in:
committed by
Ville Brofeldt
parent
3b1a84c34a
commit
c1c798aac6
@@ -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