Skip to content

Commit

Permalink
Update workflow to wait for 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Dec 17, 2024
1 parent d9e62a5 commit 5083aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/performance.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe( 'Performance Page', function () {
} );

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

Expand Down

0 comments on commit 5083aeb

Please sign in to comment.