]
Lukáš Fryč updated ARQGRA-331:
------------------------------
Priority: Major (was: Critical)
Graphene guards fails when page stores reference to XMLHttpRequest
before Graphene rewrites them
------------------------------------------------------------------------------------------------
Key: ARQGRA-331
URL:
https://issues.jboss.org/browse/ARQGRA-331
Project: Arquillian Graphene
Issue Type: Bug
Components: core
Affects Versions: 2.0.0.Alpha4
Reporter: Oliver Kišš
Assignee: Lukáš Fryč
Fix For: 2.1-Tracking
Graphene guards do not work correctly in the [AngularJS Kitchensink
quickstart|https://github.com/jboss-jdf/jboss-as-quickstart/tree/master/k...].
The registration form sends a XHR POST request on submit, but this is not recognized and
clicking on the submit button with {{guardAjax(registerButton).click()}} throws an
exception: "{{RequestGuardException: Request type 'XHR' was expected, but
type 'NONE' was done instead}}".