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
AS A Developer,
I WANT to be able to send bad routes to a 404 page
SO THAT I CAN/MAY inform the user that the page link is no longer found
Acceptance Criteria
Scenario 1: Some determinable business situation
Given i am on a site
And the page not found route is configured
When a user navigates to a non existing page
Then a custom 404 page not found route is executed
Scenario 2: Some determinable business situation
Given i am on a site
and the page not found route is not configured
When a user navigates to a non existing page
Then the default behavior of loading the default page is executed
SCOPE CLARIFICATION
Adding the 404/not found route should not affect any default behavior
The text was updated successfully, but these errors were encountered:
Description
AS A Developer,
I WANT to be able to send bad routes to a 404 page
SO THAT I CAN/MAY inform the user that the page link is no longer found
Acceptance Criteria
Scenario 1: Some determinable business situation
Given i am on a site
And the page not found route is configured
When a user navigates to a non existing page
Then a custom 404 page not found route is executed
Scenario 2: Some determinable business situation
Given i am on a site
and the page not found route is not configured
When a user navigates to a non existing page
Then the default behavior of loading the default page is executed
SCOPE CLARIFICATION
Adding the 404/not found route should not affect any default behavior
The text was updated successfully, but these errors were encountered: