Hi,

I'm using 3.1's Groovy WebtestCase support, and seeing a failure with
the 'not' step.
I'm trying to verify text (certain character combos) is not present in a page.

Example:

webtest('Blah') {
    invoke("http://localhost:8080/somepage.tmpl";)
    not(verifyText(text: 'blah'))
}


Fails with:

"Message

Step[verifyText (2/3)]: Text not found in page. Expected <blah>"


Am I missing something or is this a bug?
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to