Negation in fluent API is not compilable
----------------------------------------
Key: ARQGRA-249
URL:
https://issues.jboss.org/browse/ARQGRA-249
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.0.0.Alpha3
Reporter: Lukáš Fryč
Assignee: Jan Papousek
Fix For: 2.0.0.Alpha3
This code is compilable:
{code:java}
waitGui().until().element(suggestionList).is().visible();
{code}
But following isn't:
{code:java}
waitGui().until().element(suggestionList).is().not().visible();
{code}
{code}
java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b04)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode)
{code}
--
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: