mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +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:
@@ -227,7 +227,7 @@ test('Export full Excel is under featureflag', async () => {
|
||||
userEvent.hover(screen.getByText('Download'));
|
||||
expect(await screen.findByText('Export to Excel')).toBeInTheDocument();
|
||||
expect(screen.queryByText('Export to full Excel')).not.toBeInTheDocument();
|
||||
}, 10000);
|
||||
});
|
||||
|
||||
test('Should "export full Excel"', async () => {
|
||||
(global as any).featureFlags = {
|
||||
|
||||
Reference in New Issue
Block a user