Skip to content

Commit

Permalink
fix: this will fail until engine is redeployed
Browse files Browse the repository at this point in the history
  • Loading branch information
nadr0 committed Feb 11, 2025
1 parent d0c8311 commit 6e9e009
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions e2e/playwright/testing-gizmo.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,14 +281,13 @@ test.describe(`Testing gizmo, fixture-based`, () => {
await page.setBodyDimensions({ width: 1000, height: 500 })

await homePage.goToModelingScene()
const u = await getUtils(page)
await u.waitForPageLoad()
await scene.waitForExecutionDone()

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

0 comments on commit 6e9e009

Please sign in to comment.