fix(tests): Correct Figma ingest test
This commit is contained in:
@@ -86,7 +86,7 @@ def test_figma_component_extraction():
|
||||
for component in components:
|
||||
if component.name == "Card":
|
||||
card_component_found = True
|
||||
assert component.classification == AtomicType.MOLECULE
|
||||
assert component.classification == AtomicType.COMPOSITE_COMPONENT
|
||||
assert component.sub_components # should not be empty
|
||||
assert len(component.sub_components) == 1 # Card has one child
|
||||
assert component.figma_node_id == "1:3"
|
||||
|
||||
Reference in New Issue
Block a user