Skip to content

Commit

Permalink
cypress performance.js test change
Browse files Browse the repository at this point in the history
  • Loading branch information
geckod22 committed Nov 28, 2024
1 parent a58907c commit 1a63d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpcs.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<ruleset name="Performance-Module">
<rule ref="Newfold"/>
<rule ref="Newfold"/>
<config name="testVersion" value="7.3-"/>
<config name="minimum_supported_wp_version" value="6.3"/>
<rule ref="WordPress-Core">
Expand Down
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 1a63d43

Please sign in to comment.