Skip to content

Commit 6e75c63

Browse files
committed
chore: remove tests
1 parent 967b8e3 commit 6e75c63

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

superset-frontend/src/explore/components/controls/DateFilterControl/tests/DateFilterLabel.test.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ test('DateFilter with default props', () => {
5858
).toBeInTheDocument();
5959
});
6060

61-
test('DateFilter should be applied the overlayStyle props', () => {
62-
render(setup({ onChange: () => {}, overlayStyle: 'Modal' }));
63-
// should be Modal as overlay
64-
userEvent.click(screen.getByText(NO_TIME_RANGE));
65-
expect(
66-
screen.getByTestId(DateFilterTestKey.ModalOverlay),
67-
).toBeInTheDocument();
68-
});
69-
7061
test('DateFilter should be applied the global config time_filter from the store', () => {
7162
render(
7263
setup(

0 commit comments

Comments
 (0)