@Test(
     groups = {"P2", "P2_Target", "PasswordChange"},
     dependsOnMethods = {"verifyChangePasswordWithRequireBothLettersAndNumbersSetToNo"})
 public void verifyValidationOnChangingPasswordWithRequireBothLettersAndNumbersSetToYes() {
   systemPropertiesActions.requireBothLettersAndNumbersToYes();
   passwordActions.verifyValidationOnChangingPasswordWithRequireBothLettersAndNumbersSetToYes(
       SetupStaticData.PASSWORD,
       SetupStaticData.PASSWORD_ONLY_NUMERIC,
       SetupStaticData.PASSWORD_ONLY_NUMERIC);
 }