From 2c9209538aad903b1421de8f5267b5f5453c2750 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:06:55 -0300 Subject: [PATCH] fix: Reactivates native filters E2E tests (#26362) (cherry picked from commit 6f6c37ec264eaea5775cc4b550cc1a1e14f84204) --- .../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 }, ]);