mirror of
https://github.com/apache/superset.git
synced 2026-07-19 05:05:39 +00:00
feat(timeseries): enhance 'Series Limit' to support grouping the long tail (#34308)
This commit is contained in:
committed by
GitHub
parent
e741a3167f
commit
1be2287b3a
@@ -409,7 +409,7 @@ describe('UploadDataModal - Database and Schema Population', () => {
|
||||
await userEvent.click(selectSchema);
|
||||
await waitFor(() => screen.getAllByText('schema1'));
|
||||
await waitFor(() => screen.getAllByText('schema2'));
|
||||
});
|
||||
}, 60000);
|
||||
});
|
||||
|
||||
describe('UploadDataModal - Form Validation', () => {
|
||||
|
||||
Reference in New Issue
Block a user