mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix: Floating Menu in SQL Left Bar (#13858)
* floating table git issue * made changes * floating table git issue * made changes * long table names * floating table git issue * made changes * floating table git issue * made changes * long table names * floating table git issue * made changes * floating table git issue * made changes * long table names * table values * aligned * active key * changed to customStyle * update dropdown styles Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
This commit is contained in:
@@ -61,7 +61,7 @@ describe('DatasourceEditor', () => {
|
||||
});
|
||||
|
||||
it('renders Tabs', () => {
|
||||
expect(wrapper.find(Tabs)).toExist();
|
||||
expect(wrapper.find('#table-tabs')).toExist();
|
||||
});
|
||||
|
||||
it('makes an async request', () =>
|
||||
|
||||
Reference in New Issue
Block a user