fix copilot regression (#2876)
* fix copilot regression * fix zoom part of test * fix enable copilot
This commit is contained in:
@ -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
Reference in New Issue
Block a user