mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[Chart & Dashboard] improve listview filter ui and add expandable list support (#9651)
* better styling for select filters and search input * add emotion babel plugin * add spec for search input * fix async select, add beeter error messages * add error boundary around views * cleanup and lint * add expandable list to dashboards * fix emotion babel config * fix specs * remove commented out code * add selected style * DRY up styles * add icons * fix type * add apache license * fix svgs * fix ExpandableList type * reduce custom css * lint
This commit is contained in:
@@ -384,7 +384,7 @@ describe('ListView with new UI filters', () => {
|
||||
|
||||
act(() => {
|
||||
wrapper
|
||||
.find('[data-test="filters-search"]')
|
||||
.find('[data-test="search-input"]')
|
||||
.last()
|
||||
.props()
|
||||
.onBlur();
|
||||
|
||||
Reference in New Issue
Block a user