mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: adds pagination/infinite scroll to owners select in DashboardList and ChartList (#10035)
This commit is contained in:
@@ -329,6 +329,7 @@ describe('ListView with new UI filters', () => {
|
||||
id: 'age',
|
||||
input: 'select',
|
||||
fetchSelects: fetchSelectsMock,
|
||||
paginate: true,
|
||||
operator: 'eq',
|
||||
},
|
||||
],
|
||||
@@ -347,10 +348,6 @@ describe('ListView with new UI filters', () => {
|
||||
expect(wrapper.find(ListViewFilters)).toHaveLength(1);
|
||||
});
|
||||
|
||||
it('fetched selects if function is provided', () => {
|
||||
expect(fetchSelectsMock).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
it('calls fetchData on filter', () => {
|
||||
act(() => {
|
||||
wrapper
|
||||
|
||||
Reference in New Issue
Block a user