]
Juraj Húska commented on ARQGRA-456:
------------------------------------
Note that when I tried to fix this in Graphene side I encounter a problem on recorder
side. Reported as ARQ-1829.
Screenshots made onEveryAction are reported as screenshots made
onBefore
------------------------------------------------------------------------
Key: ARQGRA-456
URL:
https://issues.jboss.org/browse/ARQGRA-456
Project: Arquillian Graphene
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: screenshooter
Affects Versions: 2.1.0.Alpha1
Reporter: Juraj Húska
Attachments: wrongOnEveryAction.png
The problem is that {{TakeScreenshotEvent}} is always fired only with {{onBefore}}.
I need to change this phase when appropriate for {{onEveryAction}}.
Possible candidates:
* before injecting into interceptors,
[
here|https://github.com/arquillian/arquillian-graphene/blob/2.1.x/extensi...]
* in the interceptor itself, somewhere inside this
[
block|https://github.com/arquillian/arquillian-graphene/blob/2.1.x/extens...].