-
Bug
-
Resolution: Done
-
Major
-
2.8 GA, 2.9 CR1
-
None
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
UXD
-
When following the wizard on SaaS, if a user mounts a backend into a custom path at the product level, then in the test screen there is a discrepancy between the GET request pattern set by default and the URL generated:
- the pattern for the GET request is by default set to root
- the URL generated points to the custom path defined by the user
Desired behavior:
When a user mounts a backend into a custom path at the product level, the test screen should by default set the GET request pattern to point to the custom path, not to the root.
dev notes
minal fix: URL shown on screen should be the same as the URL actually used to run the test.