Skip to content

Commit

Permalink
Merge branch 'main' into search-issue-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbolt authored Nov 26, 2024
2 parents 803908b + 1d60104 commit c60b965
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 51 deletions.
5 changes: 0 additions & 5 deletions react-app/src/components/BreadCrumb/create-breadcrumbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,41 +76,6 @@ const ExternalAppLandingPage = ({
);
};

export const MedicaidABPLandingPage = () => (
<ExternalAppLandingPage
pageTitle={
"Medicaid Alternative Benefits Plans (ABP), and Medicaid Premiums and Cost Sharing"
}
image={<MMDLLogo />}
description={
<LandingPageDescription>
<p className="mb-4">
<b>
Medicaid Alternative Benefits Plans (ABP), and Medicaid Premiums and
Cost Sharing are managed within the{" "}
<a
className="text-sky-700 hover:text-sky-800 underline"
href={EXTERNAL_APP.MMDL}
target="_blank"
rel="noreferrer"
>
Medicaid Model Data Lab (MMDL)
</a>
.
</b>
</p>
<p>
The MMDL system allows states to apply for changes to their State
plan, and access report on Medicaid program
administration/implementation.
</p>
</LandingPageDescription>
}
buttonLabel={"Enter the MMDL system"}
buttonLink={EXTERNAL_APP.MMDL}
/>
);

export const MedicaidEligibilityLandingPage = () => (
<ExternalAppLandingPage
pageTitle={
Expand Down
6 changes: 0 additions & 6 deletions react-app/src/features/selection-flow/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ export const MEDICAID_SPA_OPTIONS: OptionData[] = [
description: "Redirects to the MACPro Appian submission system",
to: "/new-submission/spa/medicaid/landing/medicaid-eligibility",
},
{
title:
"Medicaid Alternative Benefits Plans (ABP), and Medicaid Premiums and Cost Sharing",
description: "Redirects to the MMDL submission system",
to: "/new-submission/spa/medicaid/landing/medicaid-abp",
},
{
title: "All Other Medicaid SPA Submissions",
description: "Create a new Medicaid State Plan Amendment",
Expand Down
4 changes: 0 additions & 4 deletions react-app/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ export const router = createBrowserRouter([
path: "/new-submission/spa/chip",
element: <F.ChipSPASubmissionOptions />,
},
{
path: "/new-submission/spa/medicaid/landing/medicaid-abp",
element: <F.MedicaidABPLandingPage />,
},
{
path: "/new-submission/spa/medicaid/landing/medicaid-eligibility",
element: <F.MedicaidEligibilityLandingPage />,
Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/a11y/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c60b965

Please sign in to comment.