My environment:
- testng 5.14
- Firefox 3.6.15
- maven
- Selenium Webdriver:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium</artifactId>
<version>2.0a5</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-common</artifactId>
<version>2.0b1</version>
<type>jar</type>
</dependency>
It fails, when it execute this line of code:
assertEquals("€ 0.00", CurrentCredit);
CurrentCredit is also a string it contains "€ 0.00"
And then this popup was shown:
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/testng-users/-/dkbTcG1NEosJ.
To post to this group, send email to testng...@googlegroups.com.
To unsubscribe from this group, send email to testng-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/testng-users?hl=en.