diff --git a/badges/coverage-badge.svg b/badges/coverage-badge.svg index fb8e90cc..c3f8392e 100644 --- a/badges/coverage-badge.svg +++ b/badges/coverage-badge.svg @@ -1 +1 @@ -Statements 52.97%Statements 52.97%Branches 41.93%Branches 41.93%Lines 53.78%Lines 53.78%Functions 60.47%Functions 60.47% +Statements 52.95%Statements 52.95%Branches 41.89%Branches 41.89%Lines 53.76%Lines 53.76%Functions 60.47%Functions 60.47% diff --git a/badges/tests-badge.svg b/badges/tests-badge.svg index 96979660..515cd6b9 100644 --- a/badges/tests-badge.svg +++ b/badges/tests-badge.svg @@ -1 +1 @@ -TestsTests143/144143/144 \ No newline at end of file +TestsTests144/144144/144 \ No newline at end of file diff --git a/cypress/integration/ui/accessibility.js b/cypress/integration/ui/accessibility.js index c192d9f8..17c2a3f0 100644 --- a/cypress/integration/ui/accessibility.js +++ b/cypress/integration/ui/accessibility.js @@ -1,9 +1,12 @@ +import { + visitAndApproveStorage +} from '../../support/ui-test-helper.js'; + describe('UI - Accessibility', function () { beforeEach(() => { - cy.visit('/instrumented/editor/index.html'); + visitAndApproveStorage(); cy.injectAxe(); }); - // https://www.npmjs.com/package/cypress-axe it('Has no detectable a11y violations on load', () => { // Configure aXe and test the page at initial load