Skip to content

Don't check for page location in integration tests #900

Closed
@php-coder

Description

@php-coder

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions