github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/ui/components/tooltip/__snapshots__/tooltip.test.tsx.snap (about)

     1  // Jest Snapshot v1, https://goo.gl/fbAQLP
     2  
     3  exports[`Tooltip Renders a tooltip 1`] = `
     4  <div
     5    class="tooltip-container"
     6    data-tooltip-delay-hide="50"
     7    data-tooltip-html="<div>I&#x27;m inside the tooltip</div>"
     8    data-tooltip-id="kuberpult-tooltip"
     9    data-tooltip-place="bottom"
    10    id="tooltiptest-tooltip"
    11  >
    12    <button>
    13      click me
    14    </button>
    15  </div>
    16  `;