]
Lukáš Fryč updated ARQGRA-471:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 2.1.0.Beta1
(was: 2.1-Tracking)
Resolution: Done
GrapheneContextualHandler: do not wrap AssertionErrors in
IllegalStateException
-------------------------------------------------------------------------------
Key: ARQGRA-471
URL:
https://issues.jboss.org/browse/ARQGRA-471
Project: Arquillian Graphene
Issue Type: Enhancement
Affects Versions: 2.1.0.Alpha2
Reporter: Jiří Štefek
Assignee: Matous Jobanek
Priority: Trivial
Fix For: 2.1.0.Beta1
When you perform an assertion in e.g. a page fragment, which leads to throwing an
AssertionError, the error is wrapped in IllegalStateException. This is imho an unwanted
behaviour and these errors should be forwarded.