@Test
  public void testAjaxSingleWithExternalValidationFailed(Template template) {
    AutoTester autoTester = getAutoTester(this);
    autoTester.renderPage(template, RESET_METHOD);

    autoTester.testAjaxSingleWithInternalValidationFailed();
  }