Don't fail on javascript errors

(cherry picked from commit 40d439c795)
This commit is contained in:
Steve Riesenberg
2024-11-26 15:32:59 -06:00
parent c2fd87c7b8
commit 3c207792ab
7 changed files with 7 additions and 0 deletions

View File

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