fix copilot regression (#2876)

* fix copilot regression

* fix zoom part of test

* fix enable copilot
This commit is contained in:
Kurt Hutten
2024-07-03 01:50:40 +10:00
committed by GitHub
parent f86a69f12a
commit 39126dbff1
2 changed files with 3 additions and 6 deletions

View File

@ -375,7 +375,7 @@ test.describe('Testing Camera Movement', () => {
await bakeInRetries(async () => {
await page.mouse.move(700, 400)
await page.mouse.wheel(0, -100)
}, [1, -68, -68])
}, [0, -85, -85])
})
test('Zoom should be consistent when exiting or entering sketches', async ({

File diff suppressed because one or more lines are too long