Merge branch '5.8.x' into 6.2.x

This commit is contained in:
Josh Cummings
2024-12-10 13:00:43 -07:00
6 changed files with 16 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ import com.gargoylesoftware.htmlunit.html.HtmlPage;
import com.gargoylesoftware.htmlunit.html.HtmlPasswordInput;
import com.gargoylesoftware.htmlunit.html.HtmlSubmitInput;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -35,6 +36,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@SpringBootTest
@AutoConfigureMockMvc
@Disabled("gh-127")
public class Saml2LoginApplicationITests {
@Autowired
@@ -47,6 +49,7 @@ public class Saml2LoginApplicationITests {
void setup() {
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
this.webClient.getCookieManager().clearCookies();
this.webClient.getOptions().setThrowExceptionOnScriptError(false);
}
@Test