datastar/site/smoketests/checkbox_input_array_test.go

10 lines
148 B
Go

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