I just checked our automated testing for that area and I do not see any failures. Could you provide some replication steps? Perhaps the automation follows a different route? The automation looks correct to me as it follows these steps to test this area:
- Use URL navigation to navigate to a page with three params delivered via the URL (
system.perspective.navigate(url="GatewayIP:port/data/perspective/client/ProjectName/page/paramOne/paramTwo/paramThree", pageId=targetPageId)
). - Verify params arrived and were consumed as expected by observing three Labels display the three values.
- Use URL navigation for the same page, but with different param values in the URL (
system.perspective.navigate(url="GatewayIP:port/data/perspective/client/ProjectName/page/paramTwo/paramThree/paramOne", pageId=targetPageId)
). - Verify params have been replaced with the new values by observing that the Labels now display the new values.