[adhoc-filters] Adding adhoc-filters to all viz types (#5206)

This commit is contained in:
John Bodley
2018-06-18 15:43:18 -07:00
committed by GitHub
parent 1fc4ee0d3c
commit d483ed121c
28 changed files with 1012 additions and 980 deletions

View File

@@ -26,6 +26,6 @@ describe('ControlPanelsContainer', () => {
});
it('renders ControlPanelSections', () => {
expect(wrapper.find(ControlPanelSection)).to.have.lengthOf(7);
expect(wrapper.find(ControlPanelSection)).to.have.lengthOf(6);
});
});