From 73e032e76aca3269dd294c184bed11fe22360210 Mon Sep 17 00:00:00 2001 From: Alex Lende Date: Tue, 19 Nov 2024 12:23:08 -0600 Subject: [PATCH] Fix zoom-out.spec.js --- test/e2e/specs/site-editor/zoom-out.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/specs/site-editor/zoom-out.spec.js b/test/e2e/specs/site-editor/zoom-out.spec.js index 0a89ec28865036..e698a94b7cf0dc 100644 --- a/test/e2e/specs/site-editor/zoom-out.spec.js +++ b/test/e2e/specs/site-editor/zoom-out.spec.js @@ -109,6 +109,8 @@ test.describe( 'Zoom Out', () => { page, editor, } ) => { + // Add some patterns into the page. + await editor.setContent( EDITOR_ZOOM_OUT_CONTENT ); // Find the scroll container element await page.evaluate( () => { const { activeElement } =