This is an automated email from the ASF dual-hosted git repository.

msyavuz pushed a commit to branch msyavuz/fix/remove-datepicker-modal
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to 
refs/heads/msyavuz/fix/remove-datepicker-modal by this push:
     new 6e75c630f2 chore: remove tests
6e75c630f2 is described below

commit 6e75c630f2843ab379b171574a8da84ab314c57b
Author: Mehmet Salih Yavuz <[email protected]>
AuthorDate: Thu Sep 25 17:28:10 2025 +0300

    chore: remove tests
---
 .../controls/DateFilterControl/tests/DateFilterLabel.test.tsx    | 9 ---------
 1 file changed, 9 deletions(-)

diff --git 
a/superset-frontend/src/explore/components/controls/DateFilterControl/tests/DateFilterLabel.test.tsx
 
b/superset-frontend/src/explore/components/controls/DateFilterControl/tests/DateFilterLabel.test.tsx
index bfb276b7de..f4c36bfa17 100644
--- 
a/superset-frontend/src/explore/components/controls/DateFilterControl/tests/DateFilterLabel.test.tsx
+++ 
b/superset-frontend/src/explore/components/controls/DateFilterControl/tests/DateFilterLabel.test.tsx
@@ -58,15 +58,6 @@ test('DateFilter with default props', () => {
   ).toBeInTheDocument();
 });
 
-test('DateFilter should be applied the overlayStyle props', () => {
-  render(setup({ onChange: () => {}, overlayStyle: 'Modal' }));
-  // should be Modal as overlay
-  userEvent.click(screen.getByText(NO_TIME_RANGE));
-  expect(
-    screen.getByTestId(DateFilterTestKey.ModalOverlay),
-  ).toBeInTheDocument();
-});
-
 test('DateFilter should be applied the global config time_filter from the 
store', () => {
   render(
     setup(

Reply via email to