diff --git a/tests/cypress/integration/help.cy.js b/tests/cypress/integration/help.cy.js index 90fb39024..54c12ca24 100644 --- a/tests/cypress/integration/help.cy.js +++ b/tests/cypress/integration/help.cy.js @@ -26,6 +26,8 @@ describe( 'Help Page', function () { } ); it( 'Is Accessible', () => { + cy.injectAxe(); + cy.wait( 500 ); cy.checkA11y( '.wppbh-app-body' ); } );