[arquillian-issues] [JBoss JIRA] (ARQGRA-356) Allow @FindByJQuery to reference elements from body

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Thu Sep 5 07:47:03 EDT 2013


     [ https://issues.jboss.org/browse/ARQGRA-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated ARQGRA-356:
------------------------------

    Description: 
When @FindByJQuery is used from inside of page fragment, it always references root, which means it uses searchContext:

{code}
$(selector, searchContext)
{code}

The intention is to use the search without context when the expression starts with body:

{code}
$(selector)
{code}

where {{selector ^= "body"}}


  was:
When @FindByJQuery is used from inside of page fragment, it always references root, which means it uses searchContext:

{code}
$(selector, searchContext)
{code}

The intention is to use the search without context when the expression starts with body:

{code}
$(selector)
{{code}}

where {{selector ^= "body"}}



    
> Allow @FindByJQuery to reference elements from body
> ---------------------------------------------------
>
>                 Key: ARQGRA-356
>                 URL: https://issues.jboss.org/browse/ARQGRA-356
>             Project: Arquillian Graphene
>          Issue Type: Enhancement
>            Reporter: Lukáš Fryč
>            Assignee: Lukáš Fryč
>             Fix For: 2.0.0.Beta1
>
>
> When @FindByJQuery is used from inside of page fragment, it always references root, which means it uses searchContext:
> {code}
> $(selector, searchContext)
> {code}
> The intention is to use the search without context when the expression starts with body:
> {code}
> $(selector)
> {code}
> where {{selector ^= "body"}}

--
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