Update gizmo e2e flow test camera values (#5278)

* Update gizmo e2e flow test camera values

* A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Pierre Jacquier
2025-02-05 17:21:35 -05:00
committed by GitHub
parent 3c367426c6
commit 95fd14eedc
7 changed files with 3 additions and 3 deletions

View File

@ -287,8 +287,8 @@ test.describe(`Testing gizmo, fixture-based`, () => {
await test.step(`Setup`, async () => {
await scene.expectState({
camera: {
position: [11912.6, -39586.98, 21391.21],
target: [11912.6, -635, 3317.49],
position: [11796.52, -39216.59, 21103.27],
target: [11796.52, -635, 3201.42],
},
})
})
@ -313,7 +313,7 @@ test.describe(`Testing gizmo, fixture-based`, () => {
await test.step(`Verify the camera moved`, async () => {
await scene.expectState({
camera: {
position: [20785.58, -40221.98, 22343.46],
position: [20785.58, -39851.59, 22171.6],
target: [20785.58, -1270, 4269.74],
},
})