I can’t see any reason why it’s complaining like this but I don’t know how this tool really works. Seems like it’s doing something unusual rather than just walking the DOM itself.
Tom Zeller
February 26, 2022 at 7:12 PM
Couple of different ways to workaround this kind of error, Selenium Actions or more likely resorting to Javascript.
FAILED: testSSODoNotRememberConsent(BrowserData {platform:null, browser:firefox, version:null, device:null}) org.openqa.selenium.ElementClickInterceptedException: Element <input id="_shib_idp_doNotRememberConsent" name="_shib_idp_consentOptions" type="radio"> is not clickable at point (233,680) because another element <label> obscures it at net.shibboleth.idp.test.BaseIntegrationTest.doNotRememberConsent(BaseIntegrationTest.java:2123)
Update integration tests for accessibility changes.