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');