Skip to content

Commit

Permalink
Fix zoom-out.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Lende committed Nov 19, 2024
1 parent 88396e9 commit 8649cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/specs/site-editor/zoom-out.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 } =
Expand Down

0 comments on commit 8649cc1

Please sign in to comment.