diff --git a/services/app-web/src/pages/App/AppBody.test.tsx b/services/app-web/src/pages/App/AppBody.test.tsx index f47541ee2b..bfe84a4359 100644 --- a/services/app-web/src/pages/App/AppBody.test.tsx +++ b/services/app-web/src/pages/App/AppBody.test.tsx @@ -157,7 +157,7 @@ describe('App Body and routes', () => { }) expect( screen.getByRole('heading', { - name: /You can use MC-Review to submit Medicaid and CHIP managed care health plan contracts and rates to CMS. This portal accepts:/i, + name: /Submit your managed care health plans to CMS for review/i, level: 2, }) ).toBeInTheDocument() diff --git a/services/cypress/integration/promoteWorkflow/promote.spec.ts b/services/cypress/integration/promoteWorkflow/promote.spec.ts index abdd543fca..fcc6749538 100644 --- a/services/cypress/integration/promoteWorkflow/promote.spec.ts +++ b/services/cypress/integration/promoteWorkflow/promote.spec.ts @@ -9,7 +9,7 @@ describe('promote', () => { cy.findByRole('heading', { level: 2, name: /How it works/ }) cy.findByRole('heading', { level: 2, - name: /You can use MC-Review to submit Medicaid and CHIP managed care health plan contracts and rates to CMS. This portal accepts:/i, + name: /Submit your managed care health plans to CMS for review/i, }) }) })