From 90460f1333d319f29f639989d01e60c9fa3145ed Mon Sep 17 00:00:00 2001 From: Cody Leff Date: Fri, 29 Jul 2022 10:38:04 -0400 Subject: [PATCH] Unskip Cypress test. (#20915) --- .../cypress-base/cypress/integration/explore/link.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/cypress-base/cypress/integration/explore/link.test.ts b/superset-frontend/cypress-base/cypress/integration/explore/link.test.ts index bc18f2c41..fb3445fc6 100644 --- a/superset-frontend/cypress-base/cypress/integration/explore/link.test.ts +++ b/superset-frontend/cypress-base/cypress/integration/explore/link.test.ts @@ -28,7 +28,7 @@ import { HEALTH_POP_FORM_DATA_DEFAULTS } from './visualizations/shared.helper'; const apiURL = (endpoint: string, queryObject: Record) => `${endpoint}?q=${rison.encode(queryObject)}`; -describe.skip('Test explore links', () => { +describe('Test explore links', () => { beforeEach(() => { cy.login(); interceptChart({ legacy: true }).as('chartData');