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

Lukáš Fryč (JIRA) issues at jboss.org
Tue May 6 05:43:57 EDT 2014


    [ https://issues.jboss.org/browse/ARQGRA-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965711#comment-12965711 ] 

Lukáš Fryč commented on ARQGRA-436:
-----------------------------------

[~jhuska] I believe we already take this case into account:

https://github.com/arquillian/arquillian-graphene/blob/master/impl/src/main/java/org/jboss/arquillian/graphene/findby/ByJQueryImpl.java#L92

Could you debug this case and see what's wrong?

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



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)



More information about the arquillian-issues mailing list