Hi,

I'm currently using the WebTest 0.5 plugin for Grails and I'm finding
that not only does verifySelectField() always fail, I can't even do a
simple XPath verification like this:

  verifyXPath      (xpath:
"//[EMAIL PROTECTED]'companyId']/option[3]/@value", text:
'${newCompanyId}')

Note that I checked the XPath expression against the target page using
WebTest FF extension, and it evaluates to the expected value. In a web
test, though, it evaluates to an empty string. It seems that the XPath
engine is broken or something similar. Is this a known problem?

Thanks,

Peter
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to