Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress Test | Client Router #1934

Open
7 tasks
scottqueen-bixal opened this issue Nov 12, 2024 · 0 comments
Open
7 tasks

Cypress Test | Client Router #1934

scottqueen-bixal opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels
V1 Final V1 handoff work

Comments

@scottqueen-bixal
Copy link
Collaborator

Description

Create a test that covers the client router

User Story

No response

Acceptance Criteria

  • expect the Intro component is rendered when the application is navigated to the /<life-event>/ route.
  • expect the LifeEventSection component is rendered when the application is navigated to the /<life-event>/<section-heading> route.
  • expect the VerifySelectionsView component is rendered when the application is navigated to the /<life-event>/verify-selections route by clicking through the application only
  • expect the ResultsView component eligible items are rendered when the application is navigated to the /<life-event>/results route by clicking through the application only, and viewing the results
  • expect the ResultsView component with not-eligible items are rendered when the application is navigated to the /<life-event>/results/not-eligible route by clicking through the application only, and viewing the results
  • expect the user can successfully navigate fully back to the Intro component at /<life-event>/ route by clicking back in the browser
  • expect the user is redirected to results, when a query parameter with valid configuration is in the url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V1 Final V1 handoff work
Projects
None yet
Development

No branches or pull requests

2 participants