fix: ope testing code when helping adam got here
This commit is contained in:
@ -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
|
// 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
|
// written with zoom_to_fit with padding 0.1
|
||||||
const padding = 0.1
|
const padding = 0.1
|
||||||
await engineStreamZoomToFit({ engineCommandManager, padding })
|
|
||||||
return
|
|
||||||
if (isPlaywright()) {
|
if (isPlaywright()) {
|
||||||
await engineStreamZoomToFit({ engineCommandManager, padding })
|
await engineStreamZoomToFit({ engineCommandManager, padding })
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user