Don't fail on javascript errors

This commit is contained in:
Steve Riesenberg
2024-11-27 10:20:21 -06:00
parent 18ed50193d
commit 48f90e0e94
6 changed files with 6 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ public class Saml2XmlITests {
this.webClient = MockMvcWebClientBuilder.mockMvcSetup(this.mvc)
.withDelegate(new LocalHostWebClient(this.environment)).build();
this.webClient.getCookieManager().clearCookies();
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
}
@Test