Wednesday, July 31, 2024
1 change · saas-17.4
Resolved issues and error corrections
The portal test for the “Skip to content” link was corrected to match how the link actually behaves. This helps keep automated quality checks reliable without changing the user-facing portal experience.
Original PR description
Reason for failure: - Here the tour fails because here in the run we check the href we placed on the ```Skip to content``` link/button to end with ```/#wrap```. - But when we place a href in anchor tag it redirects them exactly to the specified url. Here in we don't redirect to a page rather a specific component/area within the page using # before id of the HTML element. - Here in href we give ```#wrap``` which would redirect to /my#wrap but check and expect something like this /my/#wrap. task-4070472