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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6f6c37ec26 fix: Reactivates native filters E2E tests (#26362)
6f6c37ec26 is described below

commit 6f6c37ec264eaea5775cc4b550cc1a1e14f84204
Author: Michael S. Molina <[email protected]>
AuthorDate: Wed Jan 3 19:06:55 2024 -0300

    fix: Reactivates native filters E2E tests (#26362)
---
 .../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 7683d7f878..4e0309a2da 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 },
       ]);

Reply via email to