diff --git a/e2e/playwright/sketch-tests.spec.ts b/e2e/playwright/sketch-tests.spec.ts index 549173f4b..9de2baa50 100644 --- a/e2e/playwright/sketch-tests.spec.ts +++ b/e2e/playwright/sketch-tests.spec.ts @@ -953,12 +953,10 @@ test.describe('Sketch tests', () => { `.replace(/\s/g, '') ) }) - test('empty-scene default-planes act as expected', async ({ + test.fixme('empty-scene default-planes act as expected', async ({ page, homePage, }) => { - // TODO: fix this test on windows after the electron migration - test.skip(process.platform === 'win32', 'Skip on windows') /** * Tests the following things * 1) The the planes are there on load because the scene is empty diff --git a/e2e/playwright/testing-camera-movement.spec.ts b/e2e/playwright/testing-camera-movement.spec.ts index 00977f4b4..1d713ebb1 100644 --- a/e2e/playwright/testing-camera-movement.spec.ts +++ b/e2e/playwright/testing-camera-movement.spec.ts @@ -175,7 +175,7 @@ test.describe('Testing Camera Movement', () => { }, [0, -85, -85]) }) - test('Zoom should be consistent when exiting or entering sketches', async ({ + test.fixme('Zoom should be consistent when exiting or entering sketches', async ({ page, homePage, }) => { @@ -183,7 +183,7 @@ test.describe('Testing Camera Movement', () => { // than zoom and pan outside of sketch mode and enter again and it should not change from where it is // than again for sketching - test.skip(process.platform !== 'darwin', 'Zoom should be consistent') + // test.skip(process.platform !== 'darwin', 'Zoom should be consistent') const u = await getUtils(page) await page.setBodyDimensions({ width: 1200, height: 500 })