master
JFH 2021-03-14 22:34:16 +01:00
parent 89b11f4571
commit b238da6c45
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ describe('UI - Accessibility', function () {
cy.injectAxe();
});
// https://www.npmjs.com/package/cypress-axe
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('Has no detectable a11y violations on load', () => {
// Configure aXe and test the page at initial load
cy.configureAxe({

View File

@ -1,3 +1,4 @@
/* eslint-disable max-len */
import {jGraduate, jGraduateMethod} from './jgraduate/jQuery.jGraduate.js';
import PaintBox from './PaintBox.js';