[arquillian-issues] [JBoss JIRA] (ARQGRA-436) @FindByJQuery reference from root does not work

Juraj Húska (JIRA) issues at jboss.org
Tue Apr 15 08:22:33 EDT 2014


Juraj Húska created ARQGRA-436:
----------------------------------

             Summary: @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


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/src/main/java/org/jboss/arquillian/graphene/findby/ByJQueryImpl.java#L65] line.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list