Skip to content

Commit e8874b0

Browse files
MamadukaKallyan01
authored andcommitted
Fix preloading e2e test (WordPress#69228)
1 parent 36b9541 commit e8874b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
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)