jquery_example3
open jquery/example_5_display_type_display_html.html
verifyNotVisible css=#rsvErrors
click css=input[type="submit"]
verifyVisible css=#rsvErrors
verifyTextPresent Please fix the following error(s) and resubmit:
type name=first_name Jim
type name=last_name Green
type name=email jim@green.com
type name=any_integer 33
click //input[@name='marital_status' and @value='single']
click css=input[type="submit"]
verifyAlert The form validates! (normally, it would submit the form here).
verifyTextNotPresent Please fix the following error(s) and resubmit:
verifyNotVisible css=#rsvErrors