From 501c0bb8ac6ac85347917111963470357dbc7f30 Mon Sep 17 00:00:00 2001 From: RanyeM <40363896+RanyeM@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:55:01 -0500 Subject: [PATCH] feat(ui): Remove MMDL Card Choices in Mako (#877) * Remove MMDL Card Choices in Mako * Remove MMDL Card Choices from index.spec.ts --- .../BreadCrumb/create-breadcrumbs.ts | 5 --- .../ExternalAppLandingPage.tsx | 35 ------------------- .../src/features/selection-flow/options.tsx | 6 ---- react-app/src/router.tsx | 4 --- test/e2e/tests/a11y/index.spec.ts | 1 - 5 files changed, 51 deletions(-) diff --git a/react-app/src/components/BreadCrumb/create-breadcrumbs.ts b/react-app/src/components/BreadCrumb/create-breadcrumbs.ts index 5e28fdda1c..d05f17704d 100644 --- a/react-app/src/components/BreadCrumb/create-breadcrumbs.ts +++ b/react-app/src/components/BreadCrumb/create-breadcrumbs.ts @@ -23,11 +23,6 @@ const newSubmissionPageRouteMapper: Record< displayText: "Medicaid Eligibility, Enrollment, Administration, and Health Homes", }, - "medicaid-abp": { - to: "/new-submission/spa/medicaid/landing/medicaid-abp", - displayText: - "Medicaid Alternative Benefits Plans (ABP), and Medicaid Premiums and Cost Sharing", - }, chip: { to: "/new-submission/spa/chip", displayText: "CHIP SPA Type", diff --git a/react-app/src/features/selection-flow/external-landing/ExternalAppLandingPage.tsx b/react-app/src/features/selection-flow/external-landing/ExternalAppLandingPage.tsx index d79bbd0f26..02f1612498 100644 --- a/react-app/src/features/selection-flow/external-landing/ExternalAppLandingPage.tsx +++ b/react-app/src/features/selection-flow/external-landing/ExternalAppLandingPage.tsx @@ -76,41 +76,6 @@ const ExternalAppLandingPage = ({ ); }; -export const MedicaidABPLandingPage = () => ( - } - description={ - -

- - Medicaid Alternative Benefits Plans (ABP), and Medicaid Premiums and - Cost Sharing are managed within the{" "} - - Medicaid Model Data Lab (MMDL) - - . - -

-

- The MMDL system allows states to apply for changes to their State - plan, and access report on Medicaid program - administration/implementation. -

-
- } - buttonLabel={"Enter the MMDL system"} - buttonLink={EXTERNAL_APP.MMDL} - /> -); - export const MedicaidEligibilityLandingPage = () => ( , }, - { - path: "/new-submission/spa/medicaid/landing/medicaid-abp", - element: , - }, { path: "/new-submission/spa/medicaid/landing/medicaid-eligibility", element: , diff --git a/test/e2e/tests/a11y/index.spec.ts b/test/e2e/tests/a11y/index.spec.ts index e6fd343738..64257e438b 100644 --- a/test/e2e/tests/a11y/index.spec.ts +++ b/test/e2e/tests/a11y/index.spec.ts @@ -14,7 +14,6 @@ const staticRoutes = [ "/new-submission/waiver/b", "/new-submission/waiver/b/b4", "/new-submission/waiver/b/capitated", - "/new-submission/spa/medicaid/landing/medicaid-abp", "/new-submission/spa/medicaid/landing/medicaid-eligibility", "/new-submission/spa/chip/landing/chip-eligibility", "/new-submission/waiver/b/capitated/amendment/create",