Describe the bug
In #3923, a new unit test was introduced that opens the website https://www.sasview.org/docs/v6.1.2/. That page doesn't exist but does resolves as a 404 page, which allows the test to pass. Older documentation is found in https://www.sasview.org/docs/old_docs/X.Y.Z/. In the future, if we move to a different web server system, the test URL might not resolve, and would break the unit test.
Expected behavior
The correct URL should be used.
Describe the bug
In #3923, a new unit test was introduced that opens the website
https://www.sasview.org/docs/v6.1.2/. That page doesn't exist but does resolves as a 404 page, which allows the test to pass. Older documentation is found inhttps://www.sasview.org/docs/old_docs/X.Y.Z/. In the future, if we move to a different web server system, the test URL might not resolve, and would break the unit test.Expected behavior
The correct URL should be used.