Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

VerifyNotText/VerifyNotTable not working as expected? #105

Open
arif7d opened this issue Dec 25, 2013 · 2 comments
Open

VerifyNotText/VerifyNotTable not working as expected? #105

arif7d opened this issue Dec 25, 2013 · 2 comments

Comments

@arif7d
Copy link

arif7d commented Dec 25, 2013

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

@raboof
Copy link
Contributor

raboof commented Dec 25, 2013

Hello Arif,

Indeed this seems to be a bug in the Xebium formatter of the Selenium IDE - I also added a note to #101.

I'd write it like this:

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

@arif7d
Copy link
Author

arif7d commented Jan 1, 2014

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

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants