admc / flex-pilot-x

A Selenium IDE Extension for Integrating with Flex-Pilot for Flex Automation
http://github.com/admc/flex-pilot-x
25 stars 9 forks source link

Stable #3

Open yanne opened 13 years ago

yanne commented 13 years ago

Changed error messages to be consistent with Firefox (> 3.10).

Previously, error messages with Firefox were like this:

{"name":"non_existing","validator":"Whatever"}
 {"name":"hello_label","validator":"Hi Flex!"} 

and now they same as with other browser, i.e. like this:

The chain 'name:non_existing' was not found.
Expected "Hi Flex!", got "Hello Flex!"