Skip to content

Commit

Permalink
Re-enable skipped Cypress test.
Browse files Browse the repository at this point in the history
  • Loading branch information
codyml committed Jul 14, 2022
1 parent f68083d commit 95dc1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 95dc1d7

Please sign in to comment.