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>
| 
		 Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 49 KiB  | 
| 
		 Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 55 KiB  | 
| 
		 Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 49 KiB  | 
| 
		 Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB  | 
| 
		 Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 54 KiB  | 
| 
		 Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 49 KiB  | 
@ -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],
 | 
			
		||||
        },
 | 
			
		||||
      })
 | 
			
		||||
 | 
			
		||||