Remove fixme on foreign import assembly test (#6735)

pierremtb/adhoc/remove-fixme-foreign-import-test
This commit is contained in:
Pierre Jacquier
2025-05-07 09:56:03 -04:00
committed by GitHub
parent c6ee10cd50
commit 6e21c486e8
3 changed files with 4 additions and 6 deletions

View File

@ -558,9 +558,8 @@ test.describe('Point-and-click assemblies tests', () => {
} }
) )
// TODO: bring back in https://github.com/KittyCAD/modeling-app/issues/6570 test(
test.fixme( `Insert foreign parts into assembly and delete them`,
`Insert foreign parts into assembly as whole module import`,
{ tag: ['@electron', '@macos', '@windows'] }, { tag: ['@electron', '@macos', '@windows'] },
async ({ async ({
context, context,

1
package-lock.json generated
View File

@ -2492,6 +2492,7 @@
}, },
"node_modules/@clack/prompts/node_modules/is-unicode-supported": { "node_modules/@clack/prompts/node_modules/is-unicode-supported": {
"version": "1.3.0", "version": "1.3.0",
"extraneous": true,
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View File

@ -554,9 +554,7 @@ const DefaultPlanes = () => {
name: 'Top plane', name: 'Top plane',
id: defaultPlanes.xy, id: defaultPlanes.xy,
key: 'xy', key: 'xy',
customSuffix: ( customSuffix: <div className="text-red-500/50 font-bold text-xs">XY</div>,
<div className="text-red-500/50 font-bold text-xs">XY</div>
),
}, },
{ {
name: 'Side plane', name: 'Side plane',