isPassedStandardInputs(clientValidationFormName);
}
private void fillDataStandardInputs(String formName) {
Selenium selenium = getSelenium();
selenium.type(formName + "inputSecret", "password");
selenium.type(formName + "inputText", "item 1");
selenium.type(formName + "inputTextarea", "text");
selenium.click(formName + "selectBooleanCheckbox");
selenium.click("//*[@value='item 1'][@name='" + formName + "selectManyCheckbox']");
selenium.addSelection(formName + "selectManyListbox", "label=dogs");