diff --git a/services/app-web/src/pages/App/AppBody.test.tsx b/services/app-web/src/pages/App/AppBody.test.tsx index 20e1a72835..f47541ee2b 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:/i, + name: /You can use MC-Review to submit Medicaid and CHIP managed care health plan contracts and rates to CMS. This portal accepts:/i, level: 2, }) ).toBeInTheDocument() diff --git a/services/cypress/integration/promoteWorkflow/promote.spec.ts b/services/cypress/integration/promoteWorkflow/promote.spec.ts index 876ca12353..abdd543fca 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:/, + name: /You can use MC-Review to submit Medicaid and CHIP managed care health plan contracts and rates to CMS. This portal accepts:/i, }) }) })