mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(loading): improve loading screen theming for dark mode support (#35129)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
04b1a45416
commit
635b7a6a4d
@@ -346,9 +346,9 @@ test('validates the pre-filter value', async () => {
|
||||
jest.runOnlyPendingTimers();
|
||||
jest.useRealTimers();
|
||||
|
||||
await waitFor(() => {
|
||||
expect(screen.getByText(PRE_FILTER_REQUIRED_REGEX)).toBeInTheDocument();
|
||||
});
|
||||
expect(
|
||||
await screen.findByText(PRE_FILTER_REQUIRED_REGEX),
|
||||
).toBeInTheDocument();
|
||||
}, 50000); // Slow-running test, increase timeout to 50 seconds.
|
||||
|
||||
// eslint-disable-next-line jest/no-disabled-tests
|
||||
|
||||
Reference in New Issue
Block a user