Skip to content

E2E: Check for page errors on failure only

Andrejs Cunskis requested to merge instrument-on-failure into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Run error checkers only when test raised either selenium error or wait error.

This would also retain original failure since page error would be raised in after block and rspec appends errors from after block.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andrejs Cunskis

Merge request reports