Unskip Cypress test. (#20915)
This commit is contained in:
parent
8d0d778d1a
commit
90460f1333
|
|
@ -28,7 +28,7 @@ import { HEALTH_POP_FORM_DATA_DEFAULTS } from './visualizations/shared.helper';
|
|||
const apiURL = (endpoint: string, queryObject: Record<string, unknown>) =>
|
||||
`${endpoint}?q=${rison.encode(queryObject)}`;
|
||||
|
||||
describe.skip('Test explore links', () => {
|
||||
describe('Test explore links', () => {
|
||||
beforeEach(() => {
|
||||
cy.login();
|
||||
interceptChart({ legacy: true }).as('chartData');
|
||||
|
|
|
|||
Loading…
Reference in New Issue