fix: ope testing code when helping adam got here

This commit is contained in:
Kevin
2025-06-24 11:47:37 -05:00
parent 30e9410214
commit bc6b44eb16

View File

@ -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 {