test: update height CSS var assertions for NODE_TITLE_HEIGHT offset

This commit is contained in:
Terry Jia
2026-01-24 14:11:26 -05:00
parent ca656ce804
commit 779d4b3703

View File

@@ -206,7 +206,7 @@ describe('LGraphNode', () => {
expect(wrapper.element.style.getPropertyValue('--node-height')).toBe('')
expect(wrapper.element.style.getPropertyValue('--node-height-x')).toBe(
'100px'
'130px'
)
})
@@ -219,7 +219,7 @@ describe('LGraphNode', () => {
})
expect(wrapper.element.style.getPropertyValue('--node-height')).toBe(
'100px'
'130px'
)
expect(wrapper.element.style.getPropertyValue('--node-height-x')).toBe('')
})