Skip to content

Commit

Permalink
Merge pull request #1248 from bluehost/fix/bh-dashboard-help-test
Browse files Browse the repository at this point in the history
Fix failing BH dashboard help test
  • Loading branch information
wpalani authored Aug 14, 2024
2 parents e995bc3 + be3675b commit 7f1f3f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cypress/integration/help.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ describe( 'Help Page', function () {
} );

it( 'Is Accessible', () => {
cy.injectAxe();
cy.wait( 500 );
cy.checkA11y( '.wppbh-app-body' );
} );

Expand Down

0 comments on commit 7f1f3f4

Please sign in to comment.