From 552a047a1d544e2f18978880cb4630424463fd9a Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <michael.s.molina@gmail.com> Date: Tue, 26 Dec 2023 13:41:32 -0300 Subject: [PATCH] fix: Reactivates native filters tests --- .../cypress-base/cypress/e2e/dashboard/nativeFilters.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/e2e/dashboard/nativeFilters.test.ts b/superset-frontend/cypress-base/cypress/e2e/dashboard/nativeFilters.test.ts index 7683d7f87838d..4e0309a2daac1 100644 --- a/superset-frontend/cypress-base/cypress/e2e/dashboard/nativeFilters.test.ts +++ b/superset-frontend/cypress-base/cypress/e2e/dashboard/nativeFilters.test.ts @@ -414,7 +414,7 @@ describe('Native filters', () => { cy.createSampleDashboards([0]); }); - it.only('Verify that default value is respected after revisit', () => { + it('Verify that default value is respected after revisit', () => { prepareDashboardFilters([ { name: 'country_name', column: 'country_name', datasetId: 2 }, ]);