dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Added tooltip visual tests to components that internally use them #2045

Closed Mil4n0r closed 1 month ago

Mil4n0r commented 2 months ago

Checklist (Check off all the items before submitting)

Description Stories added to the following components (the ones that internally use DxcTooltip in any of their parts:

Additional context I have also a mechanism to protect against having multiple nested Tooltips overlapping, so I am covering this scenario in the tests and have added some logic to DxcTooltip component (only allowing the highest level tooltip to be displayed).

Closes #2044