]
Lukáš Fryč updated ARQGRA-320:
------------------------------
Fix Version/s: 2.2-Tracking
(was: 2.1-Tracking)
Allow to ask for element visibility without need to check its
presence
----------------------------------------------------------------------
Key: ARQGRA-320
URL:
https://issues.jboss.org/browse/ARQGRA-320
Project: Arquillian Graphene
Issue Type: Feature Request
Components: api, core, ftest
Affects Versions: 2.0.0.Alpha4
Reporter: Juraj Húska
Priority: Trivial
Fix For: 2.2-Tracking
Currently the only additional method of {{GrapheneElement}} is {{isPresent}}.
It would be nice to add {{isVisible}}.
It should be just matter of mixing {{isPresent}} and {{isDisplayed}} conditions.