The upgrade has, and is, changing the routes used throughout the website.
The HTTP E2E tests have the existing routes hardcoded in a Routes.cs file.
We need to implement a configuration option that allows us to switch the routes used depending on the environment that the suite is executing against.
The upgrade has, and is, changing the routes used throughout the website.
The HTTP E2E tests have the existing routes hardcoded in a
Routes.csfile.We need to implement a configuration option that allows us to switch the routes used depending on the environment that the suite is executing against.