]
Matous Jobanek commented on ARQGRA-484:
---------------------------------------
[~vsevolodgolovanov] Thank you for your investigation. Any contribution/help in this issue
will be very welcome.
Enriched element is not equal to the same element
-------------------------------------------------
Key: ARQGRA-484
URL:
https://issues.jboss.org/browse/ARQGRA-484
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.1.0.Alpha3
Reporter: Jiří Štefek
After upgrading to 2.1.0.Alpha3 from Alpha2, the following (simplified) test won't
pass:
{code}
@FindBy(id="id")
private WebElement e;
@Test
private void test(){
e.equals(e)
}
{code}