Hi,

I am trying to check a checkbox, which enables a button with
javaScript.
I have tried the following:

checkCheckbox("checkbox31158", "true");
and
checkCheckbox("checkbox31158");

When I try to click the button, my tests are reporting the button as
disabled. It seems that I am setting the checkbox to true, but it is
not actually being checked since the assertion is passing.

assertFormElementEquals("checkbox31158", "true");

Is there a way to do this, since maybe I am not using checkboxes and
buttons in a conventional way?

Johan


                
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Jwebunit-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to