Closed
Description
The pattern of using Get Location
and Should Match Regexp
should be avoided. Instead we should test for presence of an element/value on the next page.
Should Match Regexp
isn't part of Selenium2Library and we won't have a page source in a log file (as Register Keyword To Run On Failure
works only for Selenium2Library keywords) when a test fails. This means, that this test will be hard to debug and only manual reproducing could help us to find a cause of the failure.