]
Lukáš Fryč updated ARQGRA-436:
------------------------------
Fix Version/s: 2.0-Tracking
@FindByJQuery reference from root does not work
-----------------------------------------------
Key: ARQGRA-436
URL:
https://issues.jboss.org/browse/ARQGRA-436
Project: Arquillian Graphene
Issue Type: Bug
Components: core
Affects Versions: 2.0.2.Final
Reporter: Juraj Húska
Assignee: Juraj Húska
Fix For: 2.0-Tracking
Referencing of the elements annotated with {{@FindByJQuery}} from the root does not
work.
It is not working because we are searching for an element with the user submitted
locator, e.g. {{html:div:visible}}. We should cut the {{html}}, {{body}} or {{head}} from
the user defined selector.
It should be done on
[
this|https://github.com/arquillian/arquillian-graphene/blob/master/impl/s...]
line.