You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test SchematicRect with traces in schematic-rect-with-traces.test.tsx is failing with the error:
error: <port#69664 name=".pin1" /> has no parent pcb component, cannot render pcb_port (parent: <symbol#69665 />)
Root Cause
The test is trying to create chips with both custom symbol definitions and footprint properties. The ports defined inside the custom symbol don't have access to the PCB component created by the footprint, causing the PCB port rendering to fail.
The test should be able to create chips with custom symbols that have footprints, and the ports should be able to render on both schematic and PCB sides.