From 203f9cef322ca14ba20c161a98b4a1c0fcea66d5 Mon Sep 17 00:00:00 2001 From: Ella Date: Tue, 3 Dec 2024 10:00:49 +0100 Subject: [PATCH] omit extra request --- test/e2e/specs/site-editor/preload.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/specs/site-editor/preload.spec.js b/test/e2e/specs/site-editor/preload.spec.js index 9c4dcb6845e2b..310c86e4e1f69 100644 --- a/test/e2e/specs/site-editor/preload.spec.js +++ b/test/e2e/specs/site-editor/preload.spec.js @@ -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' ], ] ); } ); } );