flex-pilot icon indicating copy to clipboard operation
flex-pilot copied to clipboard

Changes on FPAssert.as (issue with ObjectUtil.toString)

Open mariangemarcano opened this issue 15 years ago • 2 comments
trafficstars

Hello,

Method ObjectUtil.toString(attrVal) is not working on this scenario selenium.FlexAssertProperty("id=App", "chain=id:curPage, validator=text|1"); I chage it to String(attrVal) instead.

I am not sure if this is the right solution but for the moment I tested using the following properties and it is working:

chain=id:curPage, validator=enabled|true chain=id:curPage, validator=text|1 chain=id:curPage, validator=width|35

mariangemarcano avatar Oct 15 '10 21:10 mariangemarcano

Thanks so much for the work, I got two pull requests on this nearly at the same moment so I tried to merge it all in, please let me know if I screwed something up, or your issue isn't fixed!

Adam

admc avatar Oct 15 '10 22:10 admc

Hi Adam I tested and the fix worked, I just did a small change on flex4 branch since the lines are no longer needed (because of Meghna fix).

mariangemarcano avatar Oct 15 '10 23:10 mariangemarcano