[JBoss JIRA] (ARQ-1470) Improve warning message for overriding browser
by Karel Piwko (JIRA)
Karel Piwko created ARQ-1470:
--------------------------------
Summary: Improve warning message for overriding browser
Key: ARQ-1470
URL: https://issues.jboss.org/browse/ARQ-1470
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Karel Piwko
Priority: Minor
Current message about Arquillian configuration being ignored if "browser" property does not match Java type is confusing.
Configuration is not ignored, it's only browser property which is not honored.
--
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
12 years, 7 months
[JBoss JIRA] (ARQ-1467) Method scoped Drones ignore other test enrichers
by Karel Piwko (JIRA)
Karel Piwko created ARQ-1467:
--------------------------------
Summary: Method scoped Drones ignore other test enrichers
Key: ARQ-1467
URL: https://issues.jboss.org/browse/ARQ-1467
Project: Arquillian
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Extension - Drone
Affects Versions: drone_1.2.0.Beta1
Reporter: Karel Piwko
Method scoped Drones check for validity of DroneContext even if there is no @Drone injection.
This can likely cause some race conditions when test enricher events are fired in unexpected order.
--
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
12 years, 7 months
[JBoss JIRA] (ARQGRA-356) Allow @FindByJQuery to reference elements from body
by Lukáš Fryč (JIRA)
[ 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)
{{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
12 years, 7 months