mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
refactor: Removes the Filter Box code (#26328)
Co-authored-by: John Bodley <john.bodley@gmail.com>
This commit is contained in:
committed by
GitHub
parent
591f266543
commit
d9a3c3e1dd
@@ -183,12 +183,6 @@ test('Should "export to Excel"', async () => {
|
||||
expect(props.exportXLSX).toBeCalledWith(371);
|
||||
});
|
||||
|
||||
test('Should not show "Download" if slice is filter box', () => {
|
||||
const props = createProps('filter_box');
|
||||
renderWrapper(props);
|
||||
expect(screen.queryByText('Download')).not.toBeInTheDocument();
|
||||
});
|
||||
|
||||
test('Export full CSV is under featureflag', async () => {
|
||||
// @ts-ignore
|
||||
global.featureFlags = {
|
||||
|
||||
Reference in New Issue
Block a user