fix zoom in test

taha/camera-tests
Taha 2024-05-08 12:12:26 +01:00
rodzic 7899324715
commit 9a903d01fd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -127,7 +127,7 @@ test.describe('camera', () => {
}
await dispatchTouch(client, 'touchEnd', finalTouch)
await sleep(10)
expect(await page.evaluate(() => editor.getZoomLevel())).toBe(0)
expect(await page.evaluate(() => editor.getZoomLevel())).toBe(8)
})
test.fixme('minimap', () => {