選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

HotspotDisabledFilterTooltip-test.tsx.snap 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly and stop event propagation 1`] = `
  3. <div>
  4. <div
  5. class="sw-body-sm sw-w-[190px]"
  6. >
  7. <p>
  8. indexation.page_unavailable.description
  9. indexation.filter_unavailable.description
  10. </p>
  11. <hr
  12. class="sw-mx-0 sw-my-3 sw-p-0 sw-w-full"
  13. />
  14. <span
  15. class="sw-body-sm-highlight"
  16. >
  17. indexation.learn_more
  18. </span>
  19. <a
  20. class="sw-ml-1"
  21. href="https://docs.sonarsource.com/sonarqube/latest/instance-administration/reindexing/"
  22. rel="noopener noreferrer"
  23. target="_blank"
  24. >
  25. <svg
  26. class="little-spacer-right"
  27. height="14"
  28. style="fill-rule: evenodd; clip-rule: evenodd; stroke-linejoin: round; stroke-miterlimit: 1.41421;"
  29. version="1.1"
  30. viewBox="0 0 16 16"
  31. width="14"
  32. xml:space="preserve"
  33. xmlns:xlink="http://www.w3.org/1999/xlink"
  34. >
  35. <title>
  36. opens_in_new_window
  37. </title>
  38. <path
  39. d="M12 9.25v2.5A2.25 2.25 0 0 1 9.75 14h-6.5A2.25 2.25 0 0 1 1 11.75v-6.5A2.25 2.25 0 0 1 3.25 3h5.5c.14 0 .25.11.25.25v.5c0 .14-.11.25-.25.25h-5.5C2.562 4 2 4.563 2 5.25v6.5c0 .688.563 1.25 1.25 1.25h6.5c.688 0 1.25-.563 1.25-1.25v-2.5c0-.14.11-.25.25-.25h.5c.14 0 .25.11.25.25zm3-6.75v4c0 .273-.227.5-.5.5a.497.497 0 0 1-.352-.148l-1.375-1.375L7.68 10.57a.27.27 0 0 1-.18.078.27.27 0 0 1-.18-.078l-.89-.89a.27.27 0 0 1-.078-.18.27.27 0 0 1 .078-.18l5.093-5.093-1.375-1.375A.497.497 0 0 1 10 2.5c0-.273.227-.5.5-.5h4c.273 0 .5.227.5.5z"
  40. style="fill: currentColor;"
  41. />
  42. </svg>
  43. indexation.reindexing
  44. </a>
  45. </div>
  46. </div>
  47. `;