Xebium icon indicating copy to clipboard operation
Xebium copied to clipboard

VerifyNotText/VerifyNotTable not working as expected?

Open arif7d opened this issue 11 years ago • 2 comments

I have a scenario where I need to verify that $0.00 is not appearing in certain field/table. I have used verifyNotText and VerifyNotTable commands to check this scenario and they work fine in Selenium IDE but fail in xebium.

Please see attached image for details. 55566kk

arif7d avatar Dec 25 '13 13:12 arif7d

Hello Arif,

Indeed this seems to be a bug in the Xebium formatter of the Selenium IDE - I also added a note to https://github.com/xebia/Xebium/issues/101.

I'd write it like this:

|check not|is|getText|on|//table/etc|$0.00|

raboof avatar Dec 25 '13 13:12 raboof

Thanks a lot raboof , your proposed solution works like charm. :+1: | check not | is | getText | on | !-//table[@id='xyz'-! | $0.00 |

Thanks for help and great tool.. hope this bug too will be resolved soon.

arif7d avatar Jan 01 '14 10:01 arif7d