mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
style: use tabs in dashboard edit pane (#10394)
* style: use tabs in dashboard edit pane * fix tests * more hackin' * getting ready to rip cell measurer * working * pogress * Fix cards * done * fix jest * fix cy
This commit is contained in:
committed by
GitHub
parent
51a88cb19b
commit
ece91928a9
@@ -68,7 +68,7 @@ describe('HeaderActionsDropdown', () => {
|
||||
|
||||
it('should render two MenuItems', () => {
|
||||
const wrapper = setup(overrideProps);
|
||||
expect(wrapper.find(MenuItem)).toHaveLength(2);
|
||||
expect(wrapper.find(MenuItem)).toHaveLength(3);
|
||||
});
|
||||
|
||||
it('should render the RefreshIntervalModal', () => {
|
||||
|
||||
Reference in New Issue
Block a user