You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
Create a test that covers the client router
User Story
No response
Acceptance Criteria
Intro
component is rendered when the application is navigated to the/<life-event>/
route.LifeEventSection
component is rendered when the application is navigated to the/<life-event>/<section-heading>
route.VerifySelectionsView
component is rendered when the application is navigated to the/<life-event>/verify-selections
route by clicking through the application onlyResultsView
componenteligible
items are rendered when the application is navigated to the/<life-event>/results
route by clicking through the application only, and viewing the resultsResultsView
component withnot-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 resultsIntro
component at/<life-event>/
route by clickingback
in the browserresults
, when a query parameter with valid configuration is in the urlThe text was updated successfully, but these errors were encountered: