Skip to content

Commit

Permalink
remove help test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed May 29, 2024
1 parent e00c07e commit 180c30e
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' , {timeout : 20000 });
cy.checkA11y( '.wppbh-app-body' );
} );

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

0 comments on commit 180c30e

Please sign in to comment.