Xebium
Xebium copied to clipboard
VerifyNotText/VerifyNotTable not working as expected?
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.
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|
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.