Fix selections e2e test

This commit is contained in:
Jonathan Tran
2025-04-14 16:21:40 -04:00
parent 699ce799b9
commit 05432b2ba4

View File

@ -657,7 +657,7 @@ part001 = startSketchOn(XZ)
'flatExtrusionFace', 'flatExtrusionFace',
flatExtrusionFace, flatExtrusionFace,
`angledLineThatIntersects(angle=3.14,intersectTag=a,offset=0)extrude(length=5+7)`, `angledLineThatIntersects(angle=3.14,intersectTag=a,offset=0)extrude(length=5+7)`,
'}, %)' 'angledLineThatIntersects(angle = 3.14, intersectTag = a, offset = 0)'
) )
await checkCodeAtHoverPosition( await checkCodeAtHoverPosition(
@ -721,7 +721,7 @@ part001 = startSketchOn(XZ)
'straightSegmentAdjacentEdge', 'straightSegmentAdjacentEdge',
straightSegmentAdjacentEdge, straightSegmentAdjacentEdge,
`angledLineThatIntersects(angle=3.14,intersectTag=a,offset=0)`, `angledLineThatIntersects(angle=3.14,intersectTag=a,offset=0)`,
'}, %)' 'angledLineThatIntersects(angle = 3.14, intersectTag = a, offset = 0)'
) )
await page.waitForTimeout(200) await page.waitForTimeout(200)