Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit to 9 items
Browse files Browse the repository at this point in the history
oandregal committed Dec 18, 2024
1 parent 9cd80ee commit 28e8449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance/specs/site-editor.spec.js
Original file line number Diff line number Diff line change
@@ -395,7 +395,7 @@ test.describe( 'Site Editor Performance', () => {
await requestUtils.activateTheme( 'twentytwentyfour' );
} );

const perPage = 20;
const perPage = 9;

test( 'Run the test', async ( { page, admin, requestUtils } ) => {
await Promise.all(

0 comments on commit 28e8449

Please sign in to comment.