Skip to content

Commit 9d1a2ce

Browse files
authored
Fix preloading e2e test (WordPress#69228)
1 parent 5c6e216 commit 9d1a2ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/specs/site-editor/preload.spec.js

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ test.describe( 'Preload', () => {
4646
expect( requests ).toEqual( [
4747
// Seems to be coming from `enableComplementaryArea`.
4848
'/wp/v2/users/me',
49-
// There are two separate settings OPTIONS requests. We should fix
50-
// so the one for canUser and getEntityRecord are reused.
51-
'/wp/v2/settings',
5249
] );
5350
} );
5451
} );

0 commit comments

Comments
 (0)