Skip to content

Commit

Permalink
Fix failing BH dashboard help test
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Aug 14, 2024
1 parent 26bc710 commit 82851f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/help.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe( 'Help Page', function () {
} );

it( 'Is Accessible', () => {
cy.checkA11y( '.wppbh-app-body' );
cy.checkA11y( '.wppbh-app-body', { retries: 10 } );
} );

it( 'Phone Card Exists', () => {
Expand Down

0 comments on commit 82851f6

Please sign in to comment.