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.fixme(
`Insert foreign parts into assembly as whole module import`,
test(
`Insert foreign parts into assembly and delete them`,
{ tag: ['@electron', '@macos', '@windows'] },
async ({
context,

1
package-lock.json generated
View File

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

View File

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