Skip to content

Commit

Permalink
unskip cypress test (#33625)
Browse files Browse the repository at this point in the history
  • Loading branch information
liztownd authored Dec 17, 2024
1 parent 19819a8 commit 099d028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Cypress.Commands.add('openFilters', () => {
.click({ waitForAnimations: true });
});

describe.skip(`${appName} -- Status Page`, () => {
describe(`${appName} -- Status Page`, () => {
beforeEach(() => {
cy.intercept('/data/cms/vamc-ehr.json', {});
ApiInitializer.initializeFeatureToggle.withAllFeatures();
Expand Down

0 comments on commit 099d028

Please sign in to comment.