Using Grails 1.02 with WebTest Plugin 0.5.1
I have a site using HSQL for test mode and a form that submits information. My test checks the state of each field, modifies each field, then clickElement on the Create Button we have (I've tried using label and xpath). After form submission, the data never makes it to the database. Am I doing something wrong? What is the proper way to test YUI forms with Canoo?

