Skip to content

Commit

Permalink
update tests cypress re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
pearl-truss committed Sep 6, 2023
1 parent 2052fb9 commit 3460dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/app-web/src/pages/App/AppBody.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
})
})

0 comments on commit 3460dc3

Please sign in to comment.