Skip to content

Commit

Permalink
Add wait
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Aug 14, 2024
1 parent 06b9a75 commit be3675b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/cypress/integration/help.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ describe( 'Help Page', function () {
} );

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

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

0 comments on commit be3675b

Please sign in to comment.