Skip to content

Commit

Permalink
omit extra request
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Dec 18, 2024
1 parent f14aba3 commit 203f9ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/specs/site-editor/preload.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ test.describe( 'Preload: should make no requests before the iframe is loaded', (
[ 'GET', '/wp/v2/types/page' ],
[ 'OPTIONS', '/wp/v2/settings' ],
[ 'GET', '/wp/v2/taxonomies' ],
[ 'POST', '/wp/v2/users/me' ],
] );
} );
} );

0 comments on commit 203f9ce

Please sign in to comment.