Update tests for accessibility changes

Description

Update integration tests for accessibility changes.

Environment

None

is related to

Activity

Scott Cantor 
March 4, 2022 at 8:32 PM

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)

Completed

Details

Assignee

Reporter

Components

Affects versions

Created February 26, 2022 at 7:09 PM
Updated May 25, 2022 at 11:43 PM
Resolved May 25, 2022 at 11:43 PM