Skip to content

Commit

Permalink
Restore viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jan 23, 2024
1 parent 38ba210 commit a3f98f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/specs/editor/various/inserting-blocks.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,9 @@ test.describe( 'Inserting blocks (@firefox, @webkit)', () => {
)
)
.toBe( 'core/image' );

// Restore the viewport.
await pageUtils.setBrowserViewport( 'large' );
} );
} );
} );
Expand Down

0 comments on commit a3f98f0

Please sign in to comment.