@@ -52,6 +52,7 @@ public class CustomUrlsApplicationITests {
@BeforeEach
void setup() {
+ this.webClient.getOptions().setThrowExceptionOnScriptError(false);
this.webClient.getCookieManager().clearCookies();
}
@@ -49,6 +49,7 @@ public class Saml2LoginApplicationITests {
@@ -45,6 +45,7 @@ public class Saml2LoginApplicationITests {
@@ -54,6 +54,7 @@ public class SamlExtensionFederationApplicationITests {