Add two more fixmes

This commit is contained in:
Pierre Jacquier
2024-12-17 14:57:45 -05:00
parent 636006e9a2
commit 0eb1e29d28
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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 })