planes bug

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2024-12-06 11:16:42 -08:00
parent 441d957228
commit 45ac070ed9
3 changed files with 14 additions and 3 deletions

View File

@ -944,11 +944,14 @@ sketch002 = startSketchOn(extrude001, 'END')
)
})
/* TODO: once we fix bug turn on.
test('empty-scene default-planes act as expected when spaces in file', async ({
test('empty-scene default-planes act as expected when spaces in file', async ({
page,
browserName,
}) => {
test.skip(
browserName === 'webkit',
'Skip on Safari until `window.tearDown` is working there'
)
const u = await getUtils(page)
await page.setViewportSize({ width: 1200, height: 500 })
@ -1000,6 +1003,10 @@ sketch002 = startSketchOn(extrude001, 'END')
page,
browserName,
}) => {
test.skip(
browserName === 'webkit',
'Skip on Safari until `window.tearDown` is working there'
)
const u = await getUtils(page)
await page.setViewportSize({ width: 1200, height: 500 })
@ -1045,7 +1052,7 @@ sketch002 = startSketchOn(extrude001, 'END')
expect(
await u.getGreatestPixDiff(XYPlanePoint, unHoveredColor)
).toBeLessThan(8)
})*/
})
test('empty-scene default-planes act as expected', async ({
page,