Go back to fix up sketch-tests test

This commit is contained in:
49lf
2024-11-21 12:00:32 -05:00
parent cd6b9c2166
commit 1bd5dc20ef
5 changed files with 1808 additions and 1787 deletions

View File

@ -5,10 +5,6 @@ import { Coords2d } from 'lang/std/sketch'
import { KCL_DEFAULT_LENGTH } from 'lib/constants'
import { uuidv4 } from 'lib/utils'
test.describe('Testing selections', () => {
test.setTimeout(90_000)
test('Selections work on fresh and edited sketch', { tag: ['@skipWin'] }, async ({ page, homePage }) => { // Skip on windows its being weird.