package smoketests
import (
"testing"
)
func TestUnitCheckboxInputArray(t *testing.T) {
setupPageTestOnClick(t, "tests/checkbox_input_array")
}