From 1d4dc8e33d041635a11c5ccbedf6528a5e493276 Mon Sep 17 00:00:00 2001 From: Ville Brofeldt Date: Thu, 22 Dec 2022 19:28:25 +0200 Subject: [PATCH] un-xit the published test --- .../cypress/integration/dashboard_list/filter.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/integration/dashboard_list/filter.test.ts b/superset-frontend/cypress-base/cypress/integration/dashboard_list/filter.test.ts index f166b5154937b..47e14755cb1b4 100644 --- a/superset-frontend/cypress-base/cypress/integration/dashboard_list/filter.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/dashboard_list/filter.test.ts @@ -49,7 +49,7 @@ describe('Dashboards filters', () => { cy.getBySel('styled-card').should('exist'); }); - xit('should filter by published correctly', () => { + it('should filter by published correctly', () => { setFilter('Status', 'Published'); cy.getBySel('styled-card').should('have.length', 3); setFilter('Status', 'Draft');