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

Wyświetl plik

@ -74,7 +74,7 @@ test.describe('camera', () => {
expect(await page.evaluate(() => editor.getZoomLevel())).toBe(0.9)
})
test.only('pinching on touchscreen', async ({ page, isMobile }) => {
test('pinching on touchscreen', async ({ page, isMobile }) => {
test.skip(!isMobile)
client = await page.context().newCDPSession(page)