Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
Description
Checking for the presence of a custom error page needs to be explicitly coded currently:
expect.renderedPage("").hasText("Custom 404 Page");
Devise and implement an API that allows to check for custom error pages on a higher, more semantic level. Something along the lines of
expect.renderedPage().isErrorPage();
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MGNLTEST-25 Test Framework provides a facility for asserting HTTP response codes
-
- Closed
-