feat(timeseries): enhance 'Series Limit' to support grouping the long tail (#34308)

This commit is contained in:
Maxime Beauchemin
2025-07-25 16:26:32 -07:00
committed by GitHub
parent e741a3167f
commit 1be2287b3a
12 changed files with 309 additions and 9 deletions

View File

@@ -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', () => {