[arquillian-issues] [JBoss JIRA] (ARQGRA-484) Enriched element is not equal to the same element

Jiří Štefek (JIRA) issues at jboss.org
Thu Nov 5 04:04:00 EST 2015


    [ https://issues.jboss.org/browse/ARQGRA-484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125781#comment-13125781 ] 

Jiří Štefek commented on ARQGRA-484:
------------------------------------

Simple test can be found at: https://github.com/jstefek/arquillian-graphene/commit/83be008f5cabc83a21e4b87676c8197bfb7408af

(!) the first test: {{testElementReturnedByJSExecutorEqualsToEnrichedElement}} is passing.

> 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}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the arquillian-issues mailing list