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
Removing routes from a manifest does not unmap them from the app or delete the route. Showing routes removed from the manifest in the diff can confuse people into thinking the routes will be unmapped and/or deleted.
Acceptance Criteria
Omit Route Removals
Given an app named my-app And it is mapped to two routes one.example.com and two.example.com When I apply the following manifest
Context
Removing routes from a manifest does not unmap them from the app or delete the route. Showing routes removed from the manifest in the diff can confuse people into thinking the routes will be unmapped and/or deleted.
Acceptance Criteria
Omit Route Removals
Given an app named
my-app
And it is mapped to two routes
one.example.com
andtwo.example.com
When I apply the following manifest
Then the route
one.example.com
should not show up as being removed in the diffNotes:
The text was updated successfully, but these errors were encountered: