Our integration full automation script only [looks for `.html` files](https://github.com/dequelabs/axe-core/blob/develop/test/integration/full/test-webdriver.js#L191), so any `.xhtml` files are not being run. This includes * https://github.com/dequelabs/axe-core/blob/develop/test/integration/full/get-selector/get-selector.xhtml (is currently failing a test) * https://github.com/dequelabs/axe-core/blob/develop/test/integration/full/html-has-lang/html-has-lang-pass-xhtml.xhtml * https://github.com/dequelabs/axe-core/blob/develop/test/integration/full/is-xhtml/is-xhtml.xhtml
Our integration full automation script only looks for
.htmlfiles, so any.xhtmlfiles are not being run. This includes