Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3
-
None
Description
Replace the use of clickLinkWithText() with getSelenium().open() for accessing navigation menu pages.
clickLinkWithText() may fail if the link points to the active page.
Some tests need to re-access the page to make sure the test is executed on the correct page since the order of test executions may change.