mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
build(deps): bump major versions for math-expression-evaluator and fetch-mock + clean up obsolete dev/override packages (#32322)
This commit is contained in:
@@ -106,7 +106,7 @@ test('renders extra checkboxes when type is time series', async () => {
|
||||
await screen.findByRole('button', { name: 'Show Markers' }),
|
||||
).toBeInTheDocument();
|
||||
expect(screen.getByRole('button', { name: 'Hide Line' })).toBeInTheDocument();
|
||||
}, 10000);
|
||||
});
|
||||
|
||||
test('enables apply and ok buttons', async () => {
|
||||
const { container } = render(<AnnotationLayer {...defaultProps} />);
|
||||
|
||||
Reference in New Issue
Block a user