mirror of
https://github.com/apache/superset.git
synced 2026-04-12 04:37:49 +00:00
style(menu): clean up right menu - leaving only "Settings" (#11227)
* style(menu): clean up right menu - leaving only settings * bring pre-commit back * fix frontend tests * pre-commit * re-introduce subtle '+'
This commit is contained in:
committed by
GitHub
parent
3a0fcdacd3
commit
c360413fc2
@@ -173,6 +173,6 @@ describe('Menu', () => {
|
||||
});
|
||||
|
||||
it('renders MenuItems in NavDropdown (settings)', () => {
|
||||
expect(wrapper.find(NavDropdown).find(MenuItem)).toHaveLength(2);
|
||||
expect(wrapper.find(NavDropdown).find(MenuItem)).toHaveLength(6);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user