[
https://issues.jboss.org/browse/ARQGRA-356?page=com.atlassian.jira.plugin...
]
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)
where {{selector ^= "body"}}
{{code}}
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