dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright
Mozilla Public License 2.0
81 stars 102 forks source link

test(selenium): fix tests for handling lazy iframe #457

Closed michael-siek closed 6 months ago

michael-siek commented 6 months ago

chrome v124 made it so we were able to test in unloaded iframes. This changes the test to handle lazy loaded iframes in chrome v124+

qa notes: test to make sure chrome v124+ test lazy loaded iframes while chrome <124 has it in incomplete