You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2023/08/03 23:16:37 UTC

[superset] 01/01: fix tests

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

maximebeauchemin pushed a commit to branch bump_esilnt
in repository https://gitbox.apache.org/repos/asf/superset.git

commit c80e7430bc3d602830bbed8732359f9f2293513a
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Wed Aug 2 15:14:02 2023 -0700

    fix tests
---
 .../AdhocFilterEditPopoverSimpleTabContent.test.tsx                      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/AdhocFilterEditPopoverSimpleTabContent.test.tsx b/superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/AdhocFilterEditPopoverSimpleTabContent.test.tsx
index 721a374154..551316c2f7 100644
--- a/superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/AdhocFilterEditPopoverSimpleTabContent.test.tsx
+++ b/superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSimpleTabContent/AdhocFilterEditPopoverSimpleTabContent.test.tsx
@@ -553,6 +553,7 @@ describe('AdhocFilterEditPopoverSimpleTabContent Advanced data Type Test', () =>
       userEvent.type(operatorValueField, '{enter}');
     });
 
+    // eslint-disable-next-line jest-dom/prefer-in-document
     expect(screen.getByText('EQUALS')).not.toBeNull();
   });
 });