From bc6b44eb16f9d889669d06c075faab07c098cc4e Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 24 Jun 2025 11:47:37 -0500 Subject: [PATCH] fix: ope testing code when helping adam got here --- src/lib/resetCameraPosition.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/resetCameraPosition.ts b/src/lib/resetCameraPosition.ts index e21697702..612de1f67 100644 --- a/src/lib/resetCameraPosition.ts +++ b/src/lib/resetCameraPosition.ts @@ -24,8 +24,6 @@ export async function resetCameraPosition() { // We need a padding of 0.1 for zoom_to_fit for all E2E tests since they were originally // written with zoom_to_fit with padding 0.1 const padding = 0.1 - await engineStreamZoomToFit({ engineCommandManager, padding }) - return if (isPlaywright()) { await engineStreamZoomToFit({ engineCommandManager, padding }) } else {