rm test.only lol

taha/camera-tests
Taha 2024-05-08 12:48:46 +01:00
rodzic 93ffbf751e
commit 649ffb4ca0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,7 @@ test.describe('camera', () => {
).toStrictEqual([160, 160])
})
test.only('pinching on trackpad', async ({ page, isMobile }) => {
test('pinching on trackpad', async ({ page, isMobile }) => {
// pinching on trackpad is the same event as ctrl+scrollwheel
test.skip(isMobile)
await page.evaluate(() => editor.updateInstanceState({ isGridMode: true }))