]
Lukáš Fryč updated ARQGRA-431:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 2.1.0.Beta1
(was: 2.0-Tracking)
Assignee: Jiří Štefek
Resolution: Done
Case insensitive matcher
------------------------
Key: ARQGRA-431
URL:
https://issues.jboss.org/browse/ARQGRA-431
Project: Arquillian Graphene
Issue Type: Feature Request
Components: core
Affects Versions: 2.0.1.Final
Reporter: Karel Piwko
Assignee: Jiří Štefek
Fix For: 2.1.0.Beta1
It is not possible to match text/attribute in case insensitive way.
{code}
Graphene.waitModel().until().element(notify).text().
{code}
* .contains(String)
* .equals(String)
it should have equalsIgnoreCase as well. A regex matcher would be handy here as well.