GNUI icon indicating copy to clipboard operation
GNUI copied to clipboard

[Tests] Tooltip

Open nowyDEV opened this issue 2 years ago • 1 comments

https://github.com/nordcloud/GNUI/tree/master/src/components/tooltip https://master.du3gff836giqw.amplifyapp.com/?path=/docs/components-tooltip--default-story

Tasks:

  • Add tests for Tooltip component, scenarios:
    • tooltip correctly appears in relation to provided position prop (position: right/left, bottom: true/false)
    • caption is properly displayed
    • Tooltip appears on hover & dissapears on mouse leave

nowyDEV avatar Oct 03 '22 14:10 nowyDEV

Hi, can you expand a bit on the first two tests as to what exactly should be tested?

  • tooltip correctly appears in relation to provided position prop (position: right/left, bottom: true/false)
  • caption is properly displayed

TDP17 avatar Oct 15 '22 08:10 TDP17