mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-11 07:16:38 +00:00
* Revamp lineage node * Fix node handles positioning * Handle columns toggling * Using useCallback hook for handlers * Remove mapping icon * Fixed unit tests for CustomNode.utils * Use divs instead of material box to prevent test failing * Add unit test for columns dropdown button * Add test to check expand and expand all button present * Add unit test for expand and expand all btn click * Add test for observability layer applied * Remove Show more columns test as that button is removed * Fix dropdown label text * Rename from columns to children * Update test for children dropdown * Updated styles for column hover and selected * Updated styles for column hover and selected for dq failed node * Column styles * Fix playwright tests for Lineage.spec.ts * Fix failing playwright test for lineage * Fix failing UT