within_content_body do
assert_unchecked_field "I consider my contributions to be in the Public Domain"
+ assert_button "Confirm"
end
end
within_content_body do
assert_checked_field "I consider my contributions to be in the Public Domain", :disabled => true
+ assert_button "Confirm", :disabled => true
end
end
end