put back accessibility tests ignoring issues

This commit is contained in:
JFH
2020-07-26 22:48:59 +02:00
parent 1f499f78d1
commit 42fbe6a1ba
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
describe.skip('UI - Accessibility', function () {
describe('UI - Accessibility', function () {
beforeEach(() => {
cy.visit('/instrumented/editor/svg-editor-es.html');
cy.injectAxe();