[
https://issues.jboss.org/browse/ARQGRA-365?page=com.atlassian.jira.plugin...
]
Lukáš Fryč updated ARQGRA-365:
------------------------------
Fix Version/s: 2.0-Tracking
(was: 2.0.0.Beta1)
Invalid verification of element presence with css locator
---------------------------------------------------------
Key: ARQGRA-365
URL:
https://issues.jboss.org/browse/ARQGRA-365
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.0.0.Alpha5
Reporter: Michal Vanco
Assignee: Lukáš Fryč
Fix For: 2.0-Tracking
I have a page fragment with some element mapped with @FindBy(css='...'), this
element is available after some operation in fragment.
When I call Graphene.waitGui().until().element(element).is().present(), it fails on
NoSuchElementException.
Note that this fails with css locator, but works fine with xpath locator.
At first, element is trying to de-reference (with failure) and then call toString(),
related code is at:
https://github.com/arquillian/arquillian-graphene/blob/master/impl/src/ma...
See the stacktrace at:
https://gist.github.com/michalvanco/2fd53306a983ed386b02
--
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